#050C06

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

Shades of Black Bean #050C06

Tints of Black Bean #050C06

Color information

#050C06 (or 0x050C06) is unknown color: approx Black Bean. HEX triplet: 05, 0C and 06. RGB value is (5,12,6). Sum of RGB (Red+Green+Blue) = 5+12+6=23 (3% of max value = 765). Red value is 5 (2.34% from 255 or 21.74% from 23); Green value is 12 (5.08% from 255 or 52.17% from 23); Blue value is 6 (2.73% from 255 or 26.09% from 23); Max value from RGB is 12 - color contains mainly: green. Hex color #050C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C06 is #FAF3F9. Grayscale: #090909. Windows color (decimal): -16446458 or 396293. OLE color: 396293.

HSL color Cylindrical-coordinate representation of color #050C06: hue angle of 128.57º degrees, saturation: 0.41, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #050C06 is Cyan = 0.58, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.95.

Color convert

RGB5126-
CMYK0.5800.500.95
HSL128.57º41.18%3.33%-
HSV(B)128.57º58.33%4.71%-
XYZ0.230.310.22-
YUV9.22126.18124.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 21.74%
GREEN value IS 12 (5.08% from 255) = 52.17%
BLUE value IS 6 (2.73% from 255) = 26.09%
R=21.74%
G=52.17%
B=26.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal51260.5800.500.95128.5741.183.33
Hex5C63A0325F81293
Octal514672062137201513
Binary1011100110111010011001010111111000000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050C06; }

 p { color: rgb(5,12,6); }

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

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

 a { background-color: rgb(5,12,6); }

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

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

 span { border-color: rgb(5,12,6); }

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