Html Css Color HEX #051106 Black Bean

📋 copy color: '#051106'

red 5 ◦ green 17 ◦ blue 6

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

Shades of Black Bean #051106

Tints of Black Bean #051106

RGB

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

 GREEN value IS 17 (7.03% from 255) = 60.71%

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

R = 17.86%
G = 60.71%
B = 21.43%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.93

RGB Variations

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

Color information

#051106 (or 0x051106) is known color: Black Bean. HEX triplet: 05, 11 and 06. RGB value is (5,17,6). Sum of RGB (Red+Green+Blue) = 5+17+6=28 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.86% from 28); Green value is 17 (7.03% from 255 or 60.71% from 28); Blue value is 6 (2.73% from 255 or 21.43% from 28); Max value from RGB is 17 - color contains mainly: green. Hex color #051106 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051106 is #FAEEF9. Grayscale: #0C0C0C. Windows color (decimal): -16445178 or 397573. OLE color: 397573.

HSL color Cylindrical-coordinate representation of color #051106: hue angle of 125º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #051106 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 17 6 -
CMYK 0.71 0 0.65 0.93
HSL 125º 0.55% 0.04% -
HSV(B) 125º 0.71% 0.07% -
XYZ 0.3 0.45 0.24 -
YUV 12.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 5 17 6 0.71 0 0.65 0.93 125 0.55 0.04
Hex 5 11 6 47 0 41 5D 7D 37 4
Octal 5 21 6 107 0 101 135 175 67 4
Binary 101 10001 110 1000111 0 1000001 1011101 1111101 110111 100

Color Harmonies of #051106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051106

Black with #051106

Text Example


Text Example

White with #051106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051106; }

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

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

background-color css

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

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

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

border-color css

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

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

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