Html Css Color HEX #021113 Black Pearl

📋 copy color: '#021113'

red 2 ◦ green 17 ◦ blue 19

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

Shades of Black Pearl #021113

Tints of Black Pearl #021113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 44.74%

 BLUE value IS 19 (7.81% from 255) = 50%

R = 5.26%
G = 44.74%
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

#021113 (or 0x021113) is known color: Black Pearl. HEX triplet: 02, 11 and 13. RGB value is (2,17,19). Sum of RGB (Red+Green+Blue) = 2+17+19=38 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.26% from 38); Green value is 17 (7.03% from 255 or 44.74% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #021113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021113 is #FDEEEC. Grayscale: #0C0C0C. Windows color (decimal): -16641773 or 1249538. OLE color: 1249538.

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

Color convert

RGB 2 17 19 -
CMYK 0.89 0.11 0 0.93
HSL 187.06º 0.81% 0.04% -
HSV(B) 187.06º 0.89% 0.07% -
XYZ 0.34 0.46 0.69 -
YUV 12.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 2 17 19 0.89 0.11 0 0.93 187.06 0.81 0.04
Hex 2 11 13 59 B 0 5D BB 51 4
Octal 2 21 23 131 13 0 135 273 121 4
Binary 10 10001 10011 1011001 1011 0 1011101 10111011 1010001 100

Color Harmonies of #021113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021113

Black with #021113

Text Example


Text Example

White with #021113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021113; }

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

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

background-color css

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

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

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

border-color css

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

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

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