#06260B

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

Shades of Black Bean #06260B

Tints of Black Bean #06260B

Color information

#06260B (or 0x06260B) is unknown color: approx Black Bean. HEX triplet: 06, 26 and 0B. RGB value is (6,38,11). Sum of RGB (Red+Green+Blue) = 6+38+11=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 38 (15.23% from 255 or 69.09% from 55); Blue value is 11 (4.69% from 255 or 20% from 55); Max value from RGB is 38 - color contains mainly: green. Hex color #06260B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #06260B is #F9D9F4. Grayscale: #191919. Windows color (decimal): -16374261 or 730630. OLE color: 730630.

HSL color Cylindrical-coordinate representation of color #06260B: hue angle of 129.38º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #06260B is Cyan = 0.84, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.85.

Color convert

RGB63811-
CMYK0.8400.710.85
HSL129.38º72.73%8.63%-
HSV(B)129.38º84.21%14.9%-
XYZ0.831.450.55-
YUV25.35119.9114.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 10.91%
GREEN value IS 38 (15.23% from 255) = 69.09%
BLUE value IS 11 (4.69% from 255) = 20%
R=10.91%
G=69.09%
B=20%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal638110.8400.710.85129.3872.738.63
Hex626B540475581499
Octal64613124010712520111111
Binary110100110101110101000100011110101011000000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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