Html Css Color HEX #080F13 Black Pearl

📋 copy color: '#080F13'

red 8 ◦ green 15 ◦ blue 19

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

Shades of Black Pearl #080F13

Tints of Black Pearl #080F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 45.24%

R = 19.05%
G = 35.71%
B = 45.24%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#080F13 (or 0x080F13) is known color: Black Pearl. HEX triplet: 08, 0F and 13. RGB value is (8,15,19). Sum of RGB (Red+Green+Blue) = 8+15+19=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 15 (6.25% from 255 or 35.71% from 42); Blue value is 19 (7.81% from 255 or 45.24% from 42); Max value from RGB is 19 - color contains mainly: blue. Hex color #080F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080F13 is #F7F0EC. Grayscale: #0D0D0D. Windows color (decimal): -16249069 or 1249032. OLE color: 1249032.

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

Color convert

RGB 8 15 19 -
CMYK 0.58 0.21 0 0.93
HSL 201.82º 0.41% 0.05% -
HSV(B) 201.82º 0.58% 0.07% -
XYZ 0.39 0.44 0.68 -
YUV 13.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 8 15 19 0.58 0.21 0 0.93 201.82 0.41 0.05
Hex 8 F 13 3A 15 0 5D CA 29 5
Octal 10 17 23 72 25 0 135 312 51 5
Binary 1000 1111 10011 111010 10101 0 1011101 11001010 101001 101

Color Harmonies of #080F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #080F13

Black with #080F13

Text Example


Text Example

White with #080F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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