Html Css Color HEX #051B0A Black Bean

📋 copy color: '#051B0A'

red 5 ◦ green 27 ◦ blue 10

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

Shades of Black Bean #051B0A

Tints of Black Bean #051B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 64.29%

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

R = 11.9%
G = 64.29%
B = 23.81%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.63

 K value IS 0.89

RGB Variations

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

Color information

#051B0A (or 0x051B0A) is known color: Black Bean. HEX triplet: 05, 1B and 0A. RGB value is (5,27,10). Sum of RGB (Red+Green+Blue) = 5+27+10=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 27 (10.94% from 255 or 64.29% from 42); Blue value is 10 (4.30% from 255 or 23.81% from 42); Max value from RGB is 27 - color contains mainly: green. Hex color #051B0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B0A is #FAE4F5. Grayscale: #121212. Windows color (decimal): -16442614 or 662277. OLE color: 662277.

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

Color convert

RGB 5 27 10 -
CMYK 0.81 0 0.63 0.89
HSL 133.64º 0.69% 0.06% -
HSV(B) 133.64º 0.81% 0.11% -
XYZ 0.51 0.84 0.42 -
YUV 18.48 123.21 118.38 -
System Red Green Blue C M Y K H S L
Decimal 5 27 10 0.81 0 0.63 0.89 133.64 0.69 0.06
Hex 5 1B A 51 0 3F 59 86 45 6
Octal 5 33 12 121 0 77 131 206 105 6
Binary 101 11011 1010 1010001 0 111111 1011001 10000110 1000101 110

Color Harmonies of #051B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B0A

Black with #051B0A

Text Example


Text Example

White with #051B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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