Html Css Color HEX #051208 Black Bean

📋 copy color: '#051208'

red 5 ◦ green 18 ◦ blue 8

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

Shades of Black Bean #051208

Tints of Black Bean #051208

RGB

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

 GREEN value IS 18 (7.42% from 255) = 58.06%

 BLUE value IS 8 (3.52% from 255) = 25.81%

R = 16.13%
G = 58.06%
B = 25.81%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.93

RGB Variations

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

Color information

#051208 (or 0x051208) is known color: Black Bean. HEX triplet: 05, 12 and 08. RGB value is (5,18,8). Sum of RGB (Red+Green+Blue) = 5+18+8=31 (4% of max value = 765). Red value is 5 (2.34% from 255 or 16.13% from 31); Green value is 18 (7.42% from 255 or 58.06% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 18 - color contains mainly: green. Hex color #051208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051208 is #FAEDF7. Grayscale: #0D0D0D. Windows color (decimal): -16444920 or 528901. OLE color: 528901.

HSL color Cylindrical-coordinate representation of color #051208: hue angle of 133.85º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #051208 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 18 8 -
CMYK 0.72 0 0.56 0.93
HSL 133.85º 0.57% 0.05% -
HSV(B) 133.85º 0.72% 0.07% -
XYZ 0.32 0.48 0.31 -
YUV 12.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 5 18 8 0.72 0 0.56 0.93 133.85 0.57 0.05
Hex 5 12 8 48 0 38 5D 86 39 5
Octal 5 22 10 110 0 70 135 206 71 5
Binary 101 10010 1000 1001000 0 111000 1011101 10000110 111001 101

Color Harmonies of #051208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051208

Black with #051208

Text Example


Text Example

White with #051208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051208; }

 p { color: rgb(5,18,8); }

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

background-color css

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

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

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

border-color css

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

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

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