Html Css Color HEX #02151B Black Pearl

📋 copy color: '#02151B'

red 2 ◦ green 21 ◦ blue 27

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

Shades of Black Pearl #02151B

Tints of Black Pearl #02151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 42%

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

R = 4%
G = 42%
B = 54%

CMYK

 C value IS 0.93

 M value IS 0.22

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#02151B (or 0x02151B) is known color: Black Pearl. HEX triplet: 02, 15 and 1B. RGB value is (2,21,27). Sum of RGB (Red+Green+Blue) = 2+21+27=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 27 (10.94% from 255 or 54% from 50); Max value from RGB is 27 - color contains mainly: blue. Hex color #02151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02151B is #FDEAE4. Grayscale: #0F0F0F. Windows color (decimal): -16640741 or 1774850. OLE color: 1774850.

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

Color convert

RGB 2 21 27 -
CMYK 0.93 0.22 0 0.89
HSL 194.4º 0.86% 0.06% -
HSV(B) 194.4º 0.93% 0.11% -
XYZ 0.49 0.63 1.13 -
YUV 16 134.21 118.01 -
System Red Green Blue C M Y K H S L
Decimal 2 21 27 0.93 0.22 0 0.89 194.4 0.86 0.06
Hex 2 15 1B 5D 16 0 59 C2 56 6
Octal 2 25 33 135 26 0 131 302 126 6
Binary 10 10101 11011 1011101 10110 0 1011001 11000010 1010110 110

Color Harmonies of #02151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02151B

Black with #02151B

Text Example


Text Example

White with #02151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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