Html Css Color HEX #02151F Black Pearl

📋 copy color: '#02151F'

red 2 ◦ green 21 ◦ blue 31

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

Shades of Black Pearl #02151F

Tints of Black Pearl #02151F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 57.41%

R = 3.7%
G = 38.89%
B = 57.41%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#02151F (or 0x02151F) is known color: Black Pearl. HEX triplet: 02, 15 and 1F. RGB value is (2,21,31). Sum of RGB (Red+Green+Blue) = 2+21+31=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 21 (8.59% from 255 or 38.89% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #02151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02151F is #FDEAE0. Grayscale: #101010. Windows color (decimal): -16640737 or 2036994. OLE color: 2036994.

HSL color Cylindrical-coordinate representation of color #02151F: hue angle of 200.69º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #02151F is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 2 21 31 -
CMYK 0.94 0.32 0 0.88
HSL 200.69º 0.88% 0.06% -
HSV(B) 200.69º 0.94% 0.12% -
XYZ 0.54 0.65 1.39 -
YUV 16.46 136.21 117.69 -
System Red Green Blue C M Y K H S L
Decimal 2 21 31 0.94 0.32 0 0.88 200.69 0.88 0.06
Hex 2 15 1F 5E 20 0 58 C9 58 6
Octal 2 25 37 136 40 0 130 311 130 6
Binary 10 10101 11111 1011110 100000 0 1011000 11001001 1011000 110

Color Harmonies of #02151F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02151F

Black with #02151F

Text Example


Text Example

White with #02151F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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