#051208

Color #051208 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #051208

Tints of Black Bean #051208

Color information

#051208 (or 0x051208) is unknown color: approx 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

RGB5188-
CMYK0.7200.560.93
HSL133.85º56.52%4.51%-
HSV(B)133.85º72.22%7.06%-
XYZ0.320.480.31-
YUV12.97125.19122.31-

RGB Variations

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

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 (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51880.7200.560.93133.8556.524.51
Hex5128480385D86395
Octal52210110070135206715
Binary10110010100010010000111000101110110000110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>