Html Css Color HEX #021318 Black Pearl

📋 copy color: '#021318'

red 2 ◦ green 19 ◦ blue 24

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

Shades of Black Pearl #021318

Tints of Black Pearl #021318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 53.33%

R = 4.44%
G = 42.22%
B = 53.33%

CMYK

 C value IS 0.92

 M value IS 0.21

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#021318 (or 0x021318) is known color: Black Pearl. HEX triplet: 02, 13 and 18. RGB value is (2,19,24). Sum of RGB (Red+Green+Blue) = 2+19+24=45 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.44% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 24 (9.77% from 255 or 53.33% from 45); Max value from RGB is 24 - color contains mainly: blue. Hex color #021318 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021318 is #FDECE7. Grayscale: #0E0E0E. Windows color (decimal): -16641256 or 1577730. OLE color: 1577730.

HSL color Cylindrical-coordinate representation of color #021318: hue angle of 193.64º 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 #021318 is Cyan = 0.92, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 2 19 24 -
CMYK 0.92 0.21 0 0.91
HSL 193.64º 0.85% 0.05% -
HSV(B) 193.64º 0.92% 0.09% -
XYZ 0.42 0.54 0.95 -
YUV 14.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 2 19 24 0.92 0.21 0 0.91 193.64 0.85 0.05
Hex 2 13 18 5C 15 0 5B C2 55 5
Octal 2 23 30 134 25 0 133 302 125 5
Binary 10 10011 11000 1011100 10101 0 1011011 11000010 1010101 101

Color Harmonies of #021318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021318

Black with #021318

Text Example


Text Example

White with #021318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021318; }

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

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

background-color css

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

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

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

border-color css

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

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

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