#051305

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

Shades of Black Bean #051305

Tints of Black Bean #051305

Color information

#051305 (or 0x051305) is unknown color: approx Black Bean. HEX triplet: 05, 13 and 05. RGB value is (5,19,5). Sum of RGB (Red+Green+Blue) = 5+19+5=29 (3% of max value = 765). Red value is 5 (2.34% from 255 or 17.24% from 29); Green value is 19 (7.81% from 255 or 65.52% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 19 - color contains mainly: green. Hex color #051305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051305 is #FAECFA. Grayscale: #0D0D0D. Windows color (decimal): -16444667 or 332549. OLE color: 332549.

HSL color Cylindrical-coordinate representation of color #051305: hue angle of 120º 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 #051305 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.93.

Color convert

RGB5195-
CMYK0.7400.740.93
HSL120º58.33%4.71%-
HSV(B)120º73.68%7.45%-
XYZ0.320.510.22-
YUV13.22123.36122.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 17.24%
GREEN value IS 19 (7.81% from 255) = 65.52%
BLUE value IS 5 (2.34% from 255) = 17.24%
R=17.24%
G=65.52%
B=17.24%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51950.7400.740.9312058.334.71
Hex51354A04A5D783a5
Octal52351120112135170725
Binary1011001110110010100100101010111011111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051305; }

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

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

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

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

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

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

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

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