Html Css Color HEX #051206 Black Bean

📋 copy color: '#051206'

red 5 ◦ green 18 ◦ blue 6

#051206
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #051206

Tints of Black Bean #051206

RGB

 RED value IS 5 (2.34% from 255) = 17.24%

 GREEN value IS 18 (7.42% from 255) = 62.07%

 BLUE value IS 6 (2.73% from 255) = 20.69%

R = 17.24%
G = 62.07%
B = 20.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.67

 K value IS 0.93

RGB Variations

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

Color information

#051206 (or 0x051206) is known color: Black Bean. HEX triplet: 05, 12 and 06. RGB value is (5,18,6). Sum of RGB (Red+Green+Blue) = 5+18+6=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 18 (7.42% from 255 or 62.07% from 29); Blue value is 6 (2.73% from 255 or 20.69% from 29); Max value from RGB is 18 - color contains mainly: green. Hex color #051206 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051206 is #FAEDF9. Grayscale: #0C0C0C. Windows color (decimal): -16444922 or 397829. OLE color: 397829.

HSL color Cylindrical-coordinate representation of color #051206: hue angle of 124.62º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #051206 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 18 6 -
CMYK 0.72 0 0.67 0.93
HSL 124.62º 0.57% 0.05% -
HSV(B) 124.62º 0.72% 0.07% -
XYZ 0.31 0.48 0.25 -
YUV 12.75 124.19 122.48 -
System Red Green Blue C M Y K H S L
Decimal 5 18 6 0.72 0 0.67 0.93 124.62 0.57 0.05
Hex 5 12 6 48 0 43 5D 7D 39 5
Octal 5 22 6 110 0 103 135 175 71 5
Binary 101 10010 110 1001000 0 1000011 1011101 1111101 111001 101

Color Harmonies of #051206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051206

Black with #051206

Text Example


Text Example

White with #051206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051206; }

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

 H1.HeaderClassName
 {
   color: #051206;
 }
 .AnyTagClassName
 {
   color: #051206;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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