#06200B

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

Shades of Black Bean #06200B

Tints of Black Bean #06200B

Color information

#06200B (or 0x06200B) is unknown color: approx Black Bean. HEX triplet: 06, 20 and 0B. RGB value is (6,32,11). Sum of RGB (Red+Green+Blue) = 6+32+11=49 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.24% from 49); Green value is 32 (12.89% from 255 or 65.31% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 32 - color contains mainly: green. Hex color #06200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06200B is #F9DFF4. Grayscale: #151515. Windows color (decimal): -16375797 or 729094. OLE color: 729094.

HSL color Cylindrical-coordinate representation of color #06200B: hue angle of 131.54º 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 #06200B is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.

Color convert

RGB63211-
CMYK0.8100.660.87
HSL131.54º68.42%7.45%-
HSV(B)131.54º81.25%12.55%-
XYZ0.651.10.49-
YUV21.83121.89116.71-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.24%
GREEN value IS 32 (12.89% from 255) = 65.31%
BLUE value IS 11 (4.69% from 255) = 22.45%
R=12.24%
G=65.31%
B=22.45%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal632110.8100.660.87131.5468.427.45
Hex620B510425784447
Octal6401312101021272041047
Binary11010000010111010001010000101010111100001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06200B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06200B; }

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

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

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

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

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

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

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

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