Html Css Color HEX #080D11 Black Pearl

📋 copy color: '#080D11'

red 8 ◦ green 13 ◦ blue 17

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

Shades of Black Pearl #080D11

Tints of Black Pearl #080D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 34.21%

 BLUE value IS 17 (7.03% from 255) = 44.74%

R = 21.05%
G = 34.21%
B = 44.74%

CMYK

 C value IS 0.53

 M value IS 0.24

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080D11 (or 0x080D11) is known color: Black Pearl. HEX triplet: 08, 0D and 11. RGB value is (8,13,17). Sum of RGB (Red+Green+Blue) = 8+13+17=38 (5% of max value = 765). Red value is 8 (3.52% from 255 or 21.05% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 17 (7.03% from 255 or 44.74% from 38); Max value from RGB is 17 - color contains mainly: blue. Hex color #080D11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080D11 is #F7F2EE. Grayscale: #0B0B0B. Windows color (decimal): -16249583 or 1117448. OLE color: 1117448.

HSL color Cylindrical-coordinate representation of color #080D11: hue angle of 206.67º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #080D11 is Cyan = 0.53, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 13 17 -
CMYK 0.53 0.24 0 0.93
HSL 206.67º 0.36% 0.05% -
HSV(B) 206.67º 0.53% 0.07% -
XYZ 0.35 0.38 0.59 -
YUV 11.96 130.84 125.17 -
System Red Green Blue C M Y K H S L
Decimal 8 13 17 0.53 0.24 0 0.93 206.67 0.36 0.05
Hex 8 D 11 35 18 0 5D CF 24 5
Octal 10 15 21 65 30 0 135 317 44 5
Binary 1000 1101 10001 110101 11000 0 1011101 11001111 100100 101

Color Harmonies of #080D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080D11

Black with #080D11

Text Example


Text Example

White with #080D11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,13,17); }

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

background-color css

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

 a { background-color: rgb(8,13,17); }

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

border-color css

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

 span { border-color: rgb(8,13,17); }

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