#062008

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

Shades of Black Bean #062008

Tints of Black Bean #062008

Color information

#062008 (or 0x062008) is unknown color: approx Black Bean. HEX triplet: 06, 20 and 08. RGB value is (6,32,8). Sum of RGB (Red+Green+Blue) = 6+32+8=46 (6% of max value = 765). Red value is 6 (2.73% from 255 or 13.04% from 46); Green value is 32 (12.89% from 255 or 69.57% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 32 - color contains mainly: green. Hex color #062008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #062008 is #F9DFF7. Grayscale: #151515. Windows color (decimal): -16375800 or 532486. OLE color: 532486.

HSL color Cylindrical-coordinate representation of color #062008: hue angle of 124.62º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #062008 is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.87.

Color convert

RGB6328-
CMYK0.8100.750.87
HSL124.62º68.42%7.45%-
HSV(B)124.62º81.25%12.55%-
XYZ0.641.090.41-
YUV21.49120.39116.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.04%
GREEN value IS 32 (12.89% from 255) = 69.57%
BLUE value IS 8 (3.52% from 255) = 17.39%
R=13.04%
G=69.57%
B=17.39%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal63280.8100.750.87124.6268.427.45
Hex62085104B577d447
Octal6401012101131271751047
Binary1101000001000101000101001011101011111111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062008; }

 p { color: rgb(6,32,8); }

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

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

 a { background-color: rgb(6,32,8); }

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

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

 span { border-color: rgb(6,32,8); }

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