Html Css Color HEX #021303 Black Bean

📋 copy color: '#021303'

red 2 ◦ green 19 ◦ blue 3

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

Shades of Black Bean #021303

Tints of Black Bean #021303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 12.5%

R = 8.33%
G = 79.17%
B = 12.5%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.84

 K value IS 0.93

RGB Variations

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

Color information

#021303 (or 0x021303) is known color: Black Bean. HEX triplet: 02, 13 and 03. RGB value is (2,19,3). Sum of RGB (Red+Green+Blue) = 2+19+3=24 (3% of max value = 765). Red value is 2 (1.17% from 255 or 8.33% from 24); Green value is 19 (7.81% from 255 or 79.17% from 24); Blue value is 3 (1.56% from 255 or 12.5% from 24); Max value from RGB is 19 - color contains mainly: green. Hex color #021303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021303 is #FDECFC. Grayscale: #0C0C0C. Windows color (decimal): -16641277 or 201474. OLE color: 201474.

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

Color convert

RGB 2 19 3 -
CMYK 0.89 0 0.84 0.93
HSL 123.53º 0.81% 0.04% -
HSV(B) 123.53º 0.89% 0.07% -
XYZ 0.27 0.49 0.17 -
YUV 12.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 2 19 3 0.89 0 0.84 0.93 123.53 0.81 0.04
Hex 2 13 3 59 0 54 5D 7C 51 4
Octal 2 23 3 131 0 124 135 174 121 4
Binary 10 10011 11 1011001 0 1010100 1011101 1111100 1010001 100

Color Harmonies of #021303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021303

Black with #021303

Text Example


Text Example

White with #021303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021303; }

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

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

background-color css

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

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

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

border-color css

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

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

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