Html Css Color HEX #051C05 Black Bean

📋 copy color: '#051C05'

red 5 ◦ green 28 ◦ blue 5

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

Shades of Black Bean #051C05

Tints of Black Bean #051C05

RGB

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

 GREEN value IS 28 (11.33% from 255) = 73.68%

 BLUE value IS 5 (2.34% from 255) = 13.16%

R = 13.16%
G = 73.68%
B = 13.16%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.82

 K value IS 0.89

RGB Variations

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

Color information

#051C05 (or 0x051C05) is known color: Black Bean. HEX triplet: 05, 1C and 05. RGB value is (5,28,5). Sum of RGB (Red+Green+Blue) = 5+28+5=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 28 (11.33% from 255 or 73.68% from 38); Blue value is 5 (2.34% from 255 or 13.16% from 38); Max value from RGB is 28 - color contains mainly: green. Hex color #051C05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C05 is #FAE3FA. Grayscale: #121212. Windows color (decimal): -16442363 or 334853. OLE color: 334853.

HSL color Cylindrical-coordinate representation of color #051C05: hue angle of 120º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #051C05 is Cyan = 0.82, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 28 5 -
CMYK 0.82 0 0.82 0.89
HSL 120º 0.7% 0.06% -
HSV(B) 120º 0.82% 0.11% -
XYZ 0.51 0.87 0.29 -
YUV 18.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 5 28 5 0.82 0 0.82 0.89 120 0.7 0.06
Hex 5 1C 5 52 0 52 59 78 46 6
Octal 5 34 5 122 0 122 131 170 106 6
Binary 101 11100 101 1010010 0 1010010 1011001 1111000 1000110 110

Color Harmonies of #051C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C05

Black with #051C05

Text Example


Text Example

White with #051C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,28,5); }

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

background-color css

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

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

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

border-color css

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

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

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