#041305

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

Shades of Black Bean #041305

Tints of Black Bean #041305

Color information

#041305 (or 0x041305) is unknown color: approx Black Bean. HEX triplet: 04, 13 and 05. RGB value is (4,19,5). Sum of RGB (Red+Green+Blue) = 4+19+5=28 (3% of max value = 765). Red value is 4 (1.95% from 255 or 14.29% from 28); Green value is 19 (7.81% from 255 or 67.86% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 19 - color contains mainly: green. Hex color #041305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041305 is #FBECFA. Grayscale: #0C0C0C. Windows color (decimal): -16510203 or 332548. OLE color: 332548.

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

Color convert

RGB4195-
CMYK0.7900.740.93
HSL124º65.22%4.51%-
HSV(B)124º78.95%7.45%-
XYZ0.310.50.22-
YUV12.92123.53121.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 14.29%
GREEN value IS 19 (7.81% from 255) = 67.86%
BLUE value IS 5 (2.34% from 255) = 17.86%
R=14.29%
G=67.86%
B=17.86%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal41950.7900.740.9312465.224.51
Hex41354F04A5D7c415
Octal423511701121351741015
Binary10010011101100111101001010101110111111001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041305; }

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

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

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

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

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

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

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

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