Html Css Color HEX #021319 Black Pearl

📋 copy color: '#021319'

red 2 ◦ green 19 ◦ blue 25

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

Shades of Black Pearl #021319

Tints of Black Pearl #021319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 54.35%

R = 4.35%
G = 41.3%
B = 54.35%

CMYK

 C value IS 0.92

 M value IS 0.24

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#021319 (or 0x021319) is known color: Black Pearl. HEX triplet: 02, 13 and 19. RGB value is (2,19,25). Sum of RGB (Red+Green+Blue) = 2+19+25=46 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.35% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #021319 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021319 is #FDECE6. Grayscale: #0E0E0E. Windows color (decimal): -16641255 or 1643266. OLE color: 1643266.

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

Color convert

RGB 2 19 25 -
CMYK 0.92 0.24 0 0.90
HSL 195.65º 0.85% 0.05% -
HSV(B) 195.65º 0.92% 0.1% -
XYZ 0.43 0.55 1 -
YUV 14.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 2 19 25 0.92 0.24 0 0.90 195.65 0.85 0.05
Hex 2 13 19 5C 18 0 5A C4 55 5
Octal 2 23 31 134 30 0 132 304 125 5
Binary 10 10011 11001 1011100 11000 0 1011010 11000100 1010101 101

Color Harmonies of #021319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021319

Black with #021319

Text Example


Text Example

White with #021319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021319; }

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

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

background-color css

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

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

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

border-color css

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

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

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