Html Css Color HEX #081415 Black Pearl

📋 copy color: '#081415'

red 8 ◦ green 20 ◦ blue 21

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

Shades of Black Pearl #081415

Tints of Black Pearl #081415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 40.82%

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

R = 16.33%
G = 40.82%
B = 42.86%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#081415 (or 0x081415) is known color: Black Pearl. HEX triplet: 08, 14 and 15. RGB value is (8,20,21). Sum of RGB (Red+Green+Blue) = 8+20+21=49 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16.33% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 21 - color contains mainly: blue. Hex color #081415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081415 is #F7EBEA. Grayscale: #101010. Windows color (decimal): -16247787 or 1381384. OLE color: 1381384.

HSL color Cylindrical-coordinate representation of color #081415: hue angle of 184.62º 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 #081415 is Cyan = 0.62, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 8 20 21 -
CMYK 0.62 0.05 0 0.92
HSL 184.62º 0.45% 0.06% -
HSV(B) 184.62º 0.62% 0.08% -
XYZ 0.49 0.61 0.8 -
YUV 16.53 130.52 121.92 -
System Red Green Blue C M Y K H S L
Decimal 8 20 21 0.62 0.05 0 0.92 184.62 0.45 0.06
Hex 8 14 15 3E 5 0 5C B9 2D 6
Octal 10 24 25 76 5 0 134 271 55 6
Binary 1000 10100 10101 111110 101 0 1011100 10111001 101101 110

Color Harmonies of #081415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081415

Black with #081415

Text Example


Text Example

White with #081415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081415; }

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

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

background-color css

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

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

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

border-color css

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

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

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