#021405

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

Shades of Black Bean #021405

Tints of Black Bean #021405

Color information

#021405 (or 0x021405) is unknown color: approx Black Bean. HEX triplet: 02, 14 and 05. RGB value is (2,20,5). Sum of RGB (Red+Green+Blue) = 2+20+5=27 (3% of max value = 765). Red value is 2 (1.17% from 255 or 7.41% from 27); Green value is 20 (8.20% from 255 or 74.07% from 27); Blue value is 5 (2.34% from 255 or 18.52% from 27); Max value from RGB is 20 - color contains mainly: green. Hex color #021405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021405 is #FDEBFA. Grayscale: #0C0C0C. Windows color (decimal): -16641019 or 332802. OLE color: 332802.

HSL color Cylindrical-coordinate representation of color #021405: hue angle of 130º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021405 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB2205-
CMYK0.9000.750.92
HSL130º81.82%4.31%-
HSV(B)130º90%7.84%-
XYZ0.30.520.23-
YUV12.91123.54120.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 7.41%
GREEN value IS 20 (8.20% from 255) = 74.07%
BLUE value IS 5 (2.34% from 255) = 18.52%
R=7.41%
G=74.07%
B=18.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal22050.9000.750.9213081.824.31
Hex21455A04B5C82524
Octal224513201131342021224
Binary10101001011011010010010111011100100000101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021405; }

 p { color: rgb(2,20,5); }

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

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

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

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

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

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

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