Html Css Color HEX #051C0A Black Bean

📋 copy color: '#051C0A'

red 5 ◦ green 28 ◦ blue 10

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

Shades of Black Bean #051C0A

Tints of Black Bean #051C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 23.26%

R = 11.63%
G = 65.12%
B = 23.26%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.64

 K value IS 0.89

RGB Variations

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

Color information

#051C0A (or 0x051C0A) is known color: Black Bean. HEX triplet: 05, 1C and 0A. RGB value is (5,28,10). Sum of RGB (Red+Green+Blue) = 5+28+10=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 28 (11.33% from 255 or 65.12% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 28 - color contains mainly: green. Hex color #051C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051C0A is #FAE3F5. Grayscale: #131313. Windows color (decimal): -16442358 or 662533. OLE color: 662533.

HSL color Cylindrical-coordinate representation of color #051C0A: hue angle of 133.04º 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 #051C0A is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 28 10 -
CMYK 0.82 0 0.64 0.89
HSL 133.04º 0.7% 0.06% -
HSV(B) 133.04º 0.82% 0.11% -
XYZ 0.53 0.88 0.43 -
YUV 19.07 122.88 117.96 -
System Red Green Blue C M Y K H S L
Decimal 5 28 10 0.82 0 0.64 0.89 133.04 0.7 0.06
Hex 5 1C A 52 0 40 59 85 46 6
Octal 5 34 12 122 0 100 131 205 106 6
Binary 101 11100 1010 1010010 0 1000000 1011001 10000101 1000110 110

Color Harmonies of #051C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051C0A

Black with #051C0A

Text Example


Text Example

White with #051C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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