Html Css Color HEX #051F06 Black Bean

📋 copy color: '#051F06'

red 5 ◦ green 31 ◦ blue 6

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

Shades of Black Bean #051F06

Tints of Black Bean #051F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 73.81%

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

R = 11.9%
G = 73.81%
B = 14.29%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.88

RGB Variations

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

Color information

#051F06 (or 0x051F06) is known color: Black Bean. HEX triplet: 05, 1F and 06. RGB value is (5,31,6). Sum of RGB (Red+Green+Blue) = 5+31+6=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 31 (12.5% from 255 or 73.81% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 31 - color contains mainly: green. Hex color #051F06 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F06 is #FAE0F9. Grayscale: #141414. Windows color (decimal): -16441594 or 401157. OLE color: 401157.

HSL color Cylindrical-coordinate representation of color #051F06: hue angle of 122.31º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051F06 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.88.

Color convert

RGB 5 31 6 -
CMYK 0.84 0 0.81 0.88
HSL 122.31º 0.72% 0.07% -
HSV(B) 122.31º 0.84% 0.12% -
XYZ 0.59 1.03 0.34 -
YUV 20.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 5 31 6 0.84 0 0.81 0.88 122.31 0.72 0.07
Hex 5 1F 6 54 0 51 58 7A 48 7
Octal 5 37 6 124 0 121 130 172 110 7
Binary 101 11111 110 1010100 0 1010001 1011000 1111010 1001000 111

Color Harmonies of #051F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F06

Black with #051F06

Text Example


Text Example

White with #051F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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