#051308

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

Shades of Black Bean #051308

Tints of Black Bean #051308

Color information

#051308 (or 0x051308) is unknown color: approx Black Bean. HEX triplet: 05, 13 and 08. RGB value is (5,19,8). Sum of RGB (Red+Green+Blue) = 5+19+8=32 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.62% from 32); Green value is 19 (7.81% from 255 or 59.38% from 32); Blue value is 8 (3.52% from 255 or 25% from 32); Max value from RGB is 19 - color contains mainly: green. Hex color #051308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051308 is #FAECF7. Grayscale: #0D0D0D. Windows color (decimal): -16444664 or 529157. OLE color: 529157.

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

Color convert

RGB5198-
CMYK0.7400.580.93
HSL132.86º58.33%4.71%-
HSV(B)132.86º73.68%7.45%-
XYZ0.340.520.31-
YUV13.56124.86121.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.62%
GREEN value IS 19 (7.81% from 255) = 59.38%
BLUE value IS 8 (3.52% from 255) = 25%
R=15.62%
G=59.38%
B=25%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51980.7400.580.93132.8658.334.71
Hex51384A03A5D853a5
Octal52310112072135205725
Binary10110011100010010100111010101110110000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051308; }

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

 H1.HeaderClassName
 {
   color: #051308;
 }
 .AnyTagClassName
 {
   color: #051308;
 }
</style>
background-color css

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

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

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

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

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

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