Html Css Color HEX #080F12 Black Pearl

📋 copy color: '#080F12'

red 8 ◦ green 15 ◦ blue 18

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

Shades of Black Pearl #080F12

Tints of Black Pearl #080F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 36.59%

 BLUE value IS 18 (7.42% from 255) = 43.9%

R = 19.51%
G = 36.59%
B = 43.9%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080F12 (or 0x080F12) is known color: Black Pearl. HEX triplet: 08, 0F and 12. RGB value is (8,15,18). Sum of RGB (Red+Green+Blue) = 8+15+18=41 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.51% from 41); Green value is 15 (6.25% from 255 or 36.59% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: blue. Hex color #080F12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F12 is #F7F0ED. Grayscale: #0D0D0D. Windows color (decimal): -16249070 or 1183496. OLE color: 1183496.

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

Color convert

RGB 8 15 18 -
CMYK 0.56 0.17 0 0.93
HSL 198º 0.38% 0.05% -
HSV(B) 198º 0.56% 0.07% -
XYZ 0.38 0.44 0.64 -
YUV 13.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 8 15 18 0.56 0.17 0 0.93 198 0.38 0.05
Hex 8 F 12 38 11 0 5D C6 26 5
Octal 10 17 22 70 21 0 135 306 46 5
Binary 1000 1111 10010 111000 10001 0 1011101 11000110 100110 101

Color Harmonies of #080F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F12

Black with #080F12

Text Example


Text Example

White with #080F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,15,18); }

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

background-color css

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

 a { background-color: rgb(8,15,18); }

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

border-color css

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

 span { border-color: rgb(8,15,18); }

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