Html Css Color HEX #020915 Black Pearl

📋 copy color: '#020915'

red 2 ◦ green 9 ◦ blue 21

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

Shades of Black Pearl #020915

Tints of Black Pearl #020915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 28.13%

 BLUE value IS 21 (8.59% from 255) = 65.63%

R = 6.25%
G = 28.13%
B = 65.63%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#020915 (or 0x020915) is known color: Black Pearl. HEX triplet: 02, 09 and 15. RGB value is (2,9,21). Sum of RGB (Red+Green+Blue) = 2+9+21=32 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.25% from 32); Green value is 9 (3.91% from 255 or 28.12% from 32); Blue value is 21 (8.59% from 255 or 65.62% from 32); Max value from RGB is 21 - color contains mainly: blue. Hex color #020915 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020915 is #FDF6EA. Grayscale: #080808. Windows color (decimal): -16643819 or 1378562. OLE color: 1378562.

HSL color Cylindrical-coordinate representation of color #020915: hue angle of 217.89º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #020915 is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 9 21 -
CMYK 0.90 0.57 0 0.92
HSL 217.89º 0.83% 0.05% -
HSV(B) 217.89º 0.9% 0.08% -
XYZ 0.26 0.26 0.75 -
YUV 8.28 135.18 123.52 -
System Red Green Blue C M Y K H S L
Decimal 2 9 21 0.90 0.57 0 0.92 217.89 0.83 0.05
Hex 2 9 15 5A 39 0 5C DA 53 5
Octal 2 11 25 132 71 0 134 332 123 5
Binary 10 1001 10101 1011010 111001 0 1011100 11011010 1010011 101

Color Harmonies of #020915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020915

Black with #020915

Text Example


Text Example

White with #020915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020915; }

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

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

background-color css

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

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

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

border-color css

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

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

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