Html Css Color HEX #081518 Black Pearl

📋 copy color: '#081518'

red 8 ◦ green 21 ◦ blue 24

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

Shades of Black Pearl #081518

Tints of Black Pearl #081518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 45.28%

R = 15.09%
G = 39.62%
B = 45.28%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#081518 (or 0x081518) is known color: Black Pearl. HEX triplet: 08, 15 and 18. RGB value is (8,21,24). Sum of RGB (Red+Green+Blue) = 8+21+24=53 (7% of max value = 765). Red value is 8 (3.52% from 255 or 15.09% from 53); Green value is 21 (8.59% from 255 or 39.62% from 53); Blue value is 24 (9.77% from 255 or 45.28% from 53); Max value from RGB is 24 - color contains mainly: blue. Hex color #081518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081518 is #F7EAE7. Grayscale: #111111. Windows color (decimal): -16247528 or 1578248. OLE color: 1578248.

HSL color Cylindrical-coordinate representation of color #081518: hue angle of 191.25º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #081518 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 21 24 -
CMYK 0.67 0.13 0 0.91
HSL 191.25º 0.5% 0.06% -
HSV(B) 191.25º 0.67% 0.09% -
XYZ 0.53 0.65 0.96 -
YUV 17.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 8 21 24 0.67 0.13 0 0.91 191.25 0.5 0.06
Hex 8 15 18 43 D 0 5B BF 32 6
Octal 10 25 30 103 15 0 133 277 62 6
Binary 1000 10101 11000 1000011 1101 0 1011011 10111111 110010 110

Color Harmonies of #081518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081518

Black with #081518

Text Example


Text Example

White with #081518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081518; }

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

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

background-color css

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

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

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

border-color css

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

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

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