Html Css Color HEX #080C11 Black Pearl

📋 copy color: '#080C11'

red 8 ◦ green 12 ◦ blue 17

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

Shades of Black Pearl #080C11

Tints of Black Pearl #080C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 32.43%

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

R = 21.62%
G = 32.43%
B = 45.95%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080C11 (or 0x080C11) is known color: Black Pearl. HEX triplet: 08, 0C and 11. RGB value is (8,12,17). Sum of RGB (Red+Green+Blue) = 8+12+17=37 (4% of max value = 765). Red value is 8 (3.52% from 255 or 21.62% from 37); Green value is 12 (5.08% from 255 or 32.43% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: blue. Hex color #080C11 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080C11 is #F7F3EE. Grayscale: #0B0B0B. Windows color (decimal): -16249839 or 1117192. OLE color: 1117192.

HSL color Cylindrical-coordinate representation of color #080C11: hue angle of 213.33º 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 #080C11 is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 12 17 -
CMYK 0.53 0.29 0 0.93
HSL 213.33º 0.36% 0.05% -
HSV(B) 213.33º 0.53% 0.07% -
XYZ 0.33 0.36 0.58 -
YUV 11.37 131.17 125.59 -
System Red Green Blue C M Y K H S L
Decimal 8 12 17 0.53 0.29 0 0.93 213.33 0.36 0.05
Hex 8 C 11 35 1D 0 5D D5 24 5
Octal 10 14 21 65 35 0 135 325 44 5
Binary 1000 1100 10001 110101 11101 0 1011101 11010101 100100 101

Color Harmonies of #080C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080C11

Black with #080C11

Text Example


Text Example

White with #080C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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