Html Css Color HEX #02181B Black Pearl

📋 copy color: '#02181B'

red 2 ◦ green 24 ◦ blue 27

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

Shades of Black Pearl #02181B

Tints of Black Pearl #02181B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 45.28%

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

R = 3.77%
G = 45.28%
B = 50.94%

CMYK

 C value IS 0.93

 M value IS 0.11

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#02181B (or 0x02181B) is known color: Black Pearl. HEX triplet: 02, 18 and 1B. RGB value is (2,24,27). Sum of RGB (Red+Green+Blue) = 2+24+27=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 24 (9.77% from 255 or 45.28% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #02181B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02181B is #FDE7E4. Grayscale: #111111. Windows color (decimal): -16639973 or 1775618. OLE color: 1775618.

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

Color convert

RGB 2 24 27 -
CMYK 0.93 0.11 0 0.89
HSL 187.2º 0.86% 0.06% -
HSV(B) 187.2º 0.93% 0.11% -
XYZ 0.55 0.75 1.15 -
YUV 17.76 133.21 116.76 -
System Red Green Blue C M Y K H S L
Decimal 2 24 27 0.93 0.11 0 0.89 187.2 0.86 0.06
Hex 2 18 1B 5D B 0 59 BB 56 6
Octal 2 30 33 135 13 0 131 273 126 6
Binary 10 11000 11011 1011101 1011 0 1011001 10111011 1010110 110

Color Harmonies of #02181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02181B

Black with #02181B

Text Example


Text Example

White with #02181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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