Html Css Color HEX #021014 Black Pearl

📋 copy color: '#021014'

red 2 ◦ green 16 ◦ blue 20

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

Shades of Black Pearl #021014

Tints of Black Pearl #021014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 42.11%

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

R = 5.26%
G = 42.11%
B = 52.63%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#021014 (or 0x021014) is known color: Black Pearl. HEX triplet: 02, 10 and 14. RGB value is (2,16,20). Sum of RGB (Red+Green+Blue) = 2+16+20=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 16 (6.64% from 255 or 42.11% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #021014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021014 is #FDEFEB. Grayscale: #0C0C0C. Windows color (decimal): -16642028 or 1314818. OLE color: 1314818.

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

Color convert

RGB 2 16 20 -
CMYK 0.90 0.20 0 0.92
HSL 193.33º 0.82% 0.04% -
HSV(B) 193.33º 0.9% 0.08% -
XYZ 0.34 0.43 0.73 -
YUV 12.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 2 16 20 0.90 0.20 0 0.92 193.33 0.82 0.04
Hex 2 10 14 5A 14 0 5C C1 52 4
Octal 2 20 24 132 24 0 134 301 122 4
Binary 10 10000 10100 1011010 10100 0 1011100 11000001 1010010 100

Color Harmonies of #021014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021014

Black with #021014

Text Example


Text Example

White with #021014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021014; }

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

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

background-color css

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

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

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

border-color css

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

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

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