Html Css Color HEX #080E17 Black Pearl

📋 copy color: '#080E17'

red 8 ◦ green 14 ◦ blue 23

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

Shades of Black Pearl #080E17

Tints of Black Pearl #080E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 51.11%

R = 17.78%
G = 31.11%
B = 51.11%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#080E17 (or 0x080E17) is known color: Black Pearl. HEX triplet: 08, 0E and 17. RGB value is (8,14,23). Sum of RGB (Red+Green+Blue) = 8+14+23=45 (5% of max value = 765). Red value is 8 (3.52% from 255 or 17.78% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 23 (9.38% from 255 or 51.11% from 45); Max value from RGB is 23 - color contains mainly: blue. Hex color #080E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080E17 is #F7F1E8. Grayscale: #0D0D0D. Windows color (decimal): -16249321 or 1510920. OLE color: 1510920.

HSL color Cylindrical-coordinate representation of color #080E17: hue angle of 216º degrees, saturation: 0.48, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #080E17 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 14 23 -
CMYK 0.65 0.39 0 0.91
HSL 216º 0.48% 0.06% -
HSV(B) 216º 0.65% 0.09% -
XYZ 0.41 0.43 0.87 -
YUV 13.23 133.51 124.27 -
System Red Green Blue C M Y K H S L
Decimal 8 14 23 0.65 0.39 0 0.91 216 0.48 0.06
Hex 8 E 17 41 27 0 5B D8 30 6
Octal 10 16 27 101 47 0 133 330 60 6
Binary 1000 1110 10111 1000001 100111 0 1011011 11011000 110000 110

Color Harmonies of #080E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080E17

Black with #080E17

Text Example


Text Example

White with #080E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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