Html Css Color HEX #021214 Black Pearl

📋 copy color: '#021214'

red 2 ◦ green 18 ◦ blue 20

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

Shades of Black Pearl #021214

Tints of Black Pearl #021214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 45%

 BLUE value IS 20 (8.2% from 255) = 50%

R = 5%
G = 45%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#021214 (or 0x021214) is known color: Black Pearl. HEX triplet: 02, 12 and 14. RGB value is (2,18,20). Sum of RGB (Red+Green+Blue) = 2+18+20=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 18 (7.42% from 255 or 45% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #021214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021214 is #FDEDEB. Grayscale: #0D0D0D. Windows color (decimal): -16641516 or 1315330. OLE color: 1315330.

HSL color Cylindrical-coordinate representation of color #021214: hue angle of 186.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021214 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 18 20 -
CMYK 0.90 0.10 0 0.92
HSL 186.67º 0.82% 0.04% -
HSV(B) 186.67º 0.9% 0.08% -
XYZ 0.37 0.5 0.74 -
YUV 13.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 2 18 20 0.90 0.10 0 0.92 186.67 0.82 0.04
Hex 2 12 14 5A A 0 5C BB 52 4
Octal 2 22 24 132 12 0 134 273 122 4
Binary 10 10010 10100 1011010 1010 0 1011100 10111011 1010010 100

Color Harmonies of #021214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021214

Black with #021214

Text Example


Text Example

White with #021214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021214; }

 p { color: rgb(2,18,20); }

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

background-color css

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

 a { background-color: rgb(2,18,20); }

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

border-color css

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

 span { border-color: rgb(2,18,20); }

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