Html Css Color HEX #080E15 Black Pearl

📋 copy color: '#080E15'

red 8 ◦ green 14 ◦ blue 21

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

Shades of Black Pearl #080E15

Tints of Black Pearl #080E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 32.56%

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

R = 18.6%
G = 32.56%
B = 48.84%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#080E15 (or 0x080E15) is known color: Black Pearl. HEX triplet: 08, 0E and 15. RGB value is (8,14,21). Sum of RGB (Red+Green+Blue) = 8+14+21=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 14 (5.86% from 255 or 32.56% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #080E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E15 is #F7F1EA. Grayscale: #0C0C0C. Windows color (decimal): -16249323 or 1379848. OLE color: 1379848.

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

Color convert

RGB 8 14 21 -
CMYK 0.62 0.33 0 0.92
HSL 212.31º 0.45% 0.06% -
HSV(B) 212.31º 0.62% 0.08% -
XYZ 0.39 0.42 0.77 -
YUV 13 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 8 14 21 0.62 0.33 0 0.92 212.31 0.45 0.06
Hex 8 E 15 3E 21 0 5C D4 2D 6
Octal 10 16 25 76 41 0 134 324 55 6
Binary 1000 1110 10101 111110 100001 0 1011100 11010100 101101 110

Color Harmonies of #080E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E15

Black with #080E15

Text Example


Text Example

White with #080E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #080E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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