Html Css Color HEX #051006 Black Bean

📋 copy color: '#051006'

red 5 ◦ green 16 ◦ blue 6

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

Shades of Black Bean #051006

Tints of Black Bean #051006

RGB

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

 GREEN value IS 16 (6.64% from 255) = 59.26%

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

R = 18.52%
G = 59.26%
B = 22.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.94

RGB Variations

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

Color information

#051006 (or 0x051006) is known color: Black Bean. HEX triplet: 05, 10 and 06. RGB value is (5,16,6). Sum of RGB (Red+Green+Blue) = 5+16+6=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 16 (6.64% from 255 or 59.26% from 27); Blue value is 6 (2.73% from 255 or 22.22% from 27); Max value from RGB is 16 - color contains mainly: green. Hex color #051006 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051006 is #FAEFF9. Grayscale: #0B0B0B. Windows color (decimal): -16445434 or 397317. OLE color: 397317.

HSL color Cylindrical-coordinate representation of color #051006: hue angle of 125.45º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #051006 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 16 6 -
CMYK 0.69 0 0.62 0.94
HSL 125.45º 0.52% 0.04% -
HSV(B) 125.45º 0.69% 0.06% -
XYZ 0.28 0.42 0.24 -
YUV 11.57 124.86 123.31 -
System Red Green Blue C M Y K H S L
Decimal 5 16 6 0.69 0 0.62 0.94 125.45 0.52 0.04
Hex 5 10 6 45 0 3E 5E 7D 34 4
Octal 5 20 6 105 0 76 136 175 64 4
Binary 101 10000 110 1000101 0 111110 1011110 1111101 110100 100

Color Harmonies of #051006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051006

Black with #051006

Text Example


Text Example

White with #051006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051006; }

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

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

background-color css

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

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

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

border-color css

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

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

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