#460622

Color #460622 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #460622

Tints of Blackberry #460622

Color information

#460622 (or 0x460622) is unknown color: approx Blackberry. HEX triplet: 46, 06 and 22. RGB value is (70,6,34). Sum of RGB (Red+Green+Blue) = 70+6+34=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 6 (2.73% from 255 or 5.45% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #460622 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #460622 is #B9F9DD. Grayscale: #1C1C1C. Windows color (decimal): -12188126 or 2229830. OLE color: 2229830.

HSL color Cylindrical-coordinate representation of color #460622: hue angle of 333.75º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460622 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.73.

Color convert

RGB70634-
CMYK00.910.510.73
HSL333.75º84.21%14.9%-
HSV(B)333.75º91.43%27.45%-
XYZ2.881.551.66-
YUV28.33131.2157.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 63.64%
GREEN value IS 6 (2.73% from 255) = 5.45%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=63.64%
G=5.45%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.51
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7063400.910.510.73333.7584.2114.9
Hex4662205B334914e54f
Octal10664201336311151612417
Binary100011011010001001011011110011100100110100111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460622; }

 p { color: rgb(70,6,34); }

 H1.HeaderClassName
 {
   color: #460622;
 }
 .AnyTagClassName
 {
   color: #460622;
 }
</style>
background-color css

<style>
 a { background-color: #460622; }

 a { background-color: rgb(70,6,34); }

 div.DivClassName
 {
   background-color: #460622;
 }
 .BgClassName
 {
   background-color: #460622;
 }
</style>
border-color css

<style>
 span { border-color: #460622; }

 span { border-color: rgb(70,6,34); }

 td.TdClassName
 {
   border-color: #460622;
 }
 .TagClassName
 {
   border-color: #460622;
 }
</style>