Html Css Color HEX #021012 Black Pearl

📋 copy color: '#021012'

red 2 ◦ green 16 ◦ blue 18

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

Shades of Black Pearl #021012

Tints of Black Pearl #021012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 50%

R = 5.56%
G = 44.44%
B = 50%

CMYK

 C value IS 0.89

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#021012 (or 0x021012) is known color: Black Pearl. HEX triplet: 02, 10 and 12. RGB value is (2,16,18). Sum of RGB (Red+Green+Blue) = 2+16+18=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #021012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021012 is #FDEFED. Grayscale: #0C0C0C. Windows color (decimal): -16642030 or 1183746. OLE color: 1183746.

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

Color convert

RGB 2 16 18 -
CMYK 0.89 0.11 0 0.93
HSL 187.5º 0.8% 0.04% -
HSV(B) 187.5º 0.89% 0.07% -
XYZ 0.32 0.43 0.64 -
YUV 12.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 2 16 18 0.89 0.11 0 0.93 187.5 0.8 0.04
Hex 2 10 12 59 B 0 5D BC 50 4
Octal 2 20 22 131 13 0 135 274 120 4
Binary 10 10000 10010 1011001 1011 0 1011101 10111100 1010000 100

Color Harmonies of #021012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021012

Black with #021012

Text Example


Text Example

White with #021012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021012; }

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

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

background-color css

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

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

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

border-color css

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

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

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