Html Css Color HEX #021804 Black Bean

📋 copy color: '#021804'

red 2 ◦ green 24 ◦ blue 4

#021804
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #021804

Tints of Black Bean #021804

RGB

 RED value IS 2 (1.17% from 255) = 6.67%

 GREEN value IS 24 (9.77% from 255) = 80%

 BLUE value IS 4 (1.95% from 255) = 13.33%

R = 6.67%
G = 80%
B = 13.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.91

RGB Variations

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

Color information

#021804 (or 0x021804) is known color: Black Bean. HEX triplet: 02, 18 and 04. RGB value is (2,24,4). Sum of RGB (Red+Green+Blue) = 2+24+4=30 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.67% from 30); Green value is 24 (9.77% from 255 or 80% from 30); Blue value is 4 (1.95% from 255 or 13.33% from 30); Max value from RGB is 24 - color contains mainly: green. Hex color #021804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021804 is #FDE7FB. Grayscale: #0F0F0F. Windows color (decimal): -16639996 or 268290. OLE color: 268290.

HSL color Cylindrical-coordinate representation of color #021804: hue angle of 125.45º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #021804 is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 24 4 -
CMYK 0.92 0 0.83 0.91
HSL 125.45º 0.85% 0.05% -
HSV(B) 125.45º 0.92% 0.09% -
XYZ 0.37 0.67 0.23 -
YUV 15.14 121.71 118.63 -
System Red Green Blue C M Y K H S L
Decimal 2 24 4 0.92 0 0.83 0.91 125.45 0.85 0.05
Hex 2 18 4 5C 0 53 5B 7D 55 5
Octal 2 30 4 134 0 123 133 175 125 5
Binary 10 11000 100 1011100 0 1010011 1011011 1111101 1010101 101

Color Harmonies of #021804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021804

Black with #021804

Text Example


Text Example

White with #021804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021804; }

 p { color: rgb(2,24,4); }

 H1.HeaderClassName
 {
   color: #021804;
 }
 .AnyTagClassName
 {
   color: #021804;
 }
</style>

background-color css

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

 a { background-color: rgb(2,24,4); }

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

border-color css

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

 span { border-color: rgb(2,24,4); }

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