Html Css Color HEX #021304 Black Bean

📋 copy color: '#021304'

red 2 ◦ green 19 ◦ blue 4

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

Shades of Black Bean #021304

Tints of Black Bean #021304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 76%

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

R = 8%
G = 76%
B = 16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.93

RGB Variations

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

Color information

#021304 (or 0x021304) is known color: Black Bean. HEX triplet: 02, 13 and 04. RGB value is (2,19,4). Sum of RGB (Red+Green+Blue) = 2+19+4=25 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8% from 25); Green value is 19 (7.81% from 255 or 76% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 19 - color contains mainly: green. Hex color #021304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021304 is #FDECFB. Grayscale: #0C0C0C. Windows color (decimal): -16641276 or 267010. OLE color: 267010.

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

Color convert

RGB 2 19 4 -
CMYK 0.89 0 0.79 0.93
HSL 127.06º 0.81% 0.04% -
HSV(B) 127.06º 0.89% 0.07% -
XYZ 0.28 0.49 0.19 -
YUV 12.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 2 19 4 0.89 0 0.79 0.93 127.06 0.81 0.04
Hex 2 13 4 59 0 4F 5D 7F 51 4
Octal 2 23 4 131 0 117 135 177 121 4
Binary 10 10011 100 1011001 0 1001111 1011101 1111111 1010001 100

Color Harmonies of #021304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021304

Black with #021304

Text Example


Text Example

White with #021304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021304; }

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

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

background-color css

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

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

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

border-color css

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

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

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