Html Css Color HEX #02171B Black Pearl

📋 copy color: '#02171B'

red 2 ◦ green 23 ◦ blue 27

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

Shades of Black Pearl #02171B

Tints of Black Pearl #02171B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 44.23%

 BLUE value IS 27 (10.94% from 255) = 51.92%

R = 3.85%
G = 44.23%
B = 51.92%

CMYK

 C value IS 0.93

 M value IS 0.15

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#02171B (or 0x02171B) is known color: Black Pearl. HEX triplet: 02, 17 and 1B. RGB value is (2,23,27). Sum of RGB (Red+Green+Blue) = 2+23+27=52 (6% of max value = 765). Red value is 2 (1.17% from 255 or 3.85% from 52); Green value is 23 (9.38% from 255 or 44.23% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #02171B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02171B is #FDE8E4. Grayscale: #111111. Windows color (decimal): -16640229 or 1775362. OLE color: 1775362.

HSL color Cylindrical-coordinate representation of color #02171B: hue angle of 189.6º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02171B is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 2 23 27 -
CMYK 0.93 0.15 0 0.89
HSL 189.6º 0.86% 0.06% -
HSV(B) 189.6º 0.93% 0.11% -
XYZ 0.53 0.7 1.15 -
YUV 17.18 133.54 117.17 -
System Red Green Blue C M Y K H S L
Decimal 2 23 27 0.93 0.15 0 0.89 189.6 0.86 0.06
Hex 2 17 1B 5D F 0 59 BE 56 6
Octal 2 27 33 135 17 0 131 276 126 6
Binary 10 10111 11011 1011101 1111 0 1011001 10111110 1010110 110

Color Harmonies of #02171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02171B

Black with #02171B

Text Example


Text Example

White with #02171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02171B; }

 p { color: rgb(2,23,27); }

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

background-color css

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

 a { background-color: rgb(2,23,27); }

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

border-color css

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

 span { border-color: rgb(2,23,27); }

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