Html Css Color HEX #081215 Black Pearl

📋 copy color: '#081215'

red 8 ◦ green 18 ◦ blue 21

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

Shades of Black Pearl #081215

Tints of Black Pearl #081215

RGB

 RED value IS 8 (3.52% from 255) = 17.02%

 GREEN value IS 18 (7.42% from 255) = 38.3%

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

R = 17.02%
G = 38.3%
B = 44.68%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#081215 (or 0x081215) is known color: Black Pearl. HEX triplet: 08, 12 and 15. RGB value is (8,18,21). Sum of RGB (Red+Green+Blue) = 8+18+21=47 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.02% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #081215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081215 is #F7EDEA. Grayscale: #0F0F0F. Windows color (decimal): -16248299 or 1380872. OLE color: 1380872.

HSL color Cylindrical-coordinate representation of color #081215: hue angle of 193.85º degrees, saturation: 0.45, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #081215 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 18 21 -
CMYK 0.62 0.14 0 0.92
HSL 193.85º 0.45% 0.06% -
HSV(B) 193.85º 0.62% 0.08% -
XYZ 0.45 0.54 0.79 -
YUV 15.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 8 18 21 0.62 0.14 0 0.92 193.85 0.45 0.06
Hex 8 12 15 3E E 0 5C C2 2D 6
Octal 10 22 25 76 16 0 134 302 55 6
Binary 1000 10010 10101 111110 1110 0 1011100 11000010 101101 110

Color Harmonies of #081215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081215

Black with #081215

Text Example


Text Example

White with #081215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081215; }

 p { color: rgb(8,18,21); }

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

background-color css

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

 a { background-color: rgb(8,18,21); }

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

border-color css

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

 span { border-color: rgb(8,18,21); }

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