Html Css Color HEX #081113 Black Pearl

📋 copy color: '#081113'

red 8 ◦ green 17 ◦ blue 19

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

Shades of Black Pearl #081113

Tints of Black Pearl #081113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 38.64%

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

R = 18.18%
G = 38.64%
B = 43.18%

CMYK

 C value IS 0.58

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#081113 (or 0x081113) is known color: Black Pearl. HEX triplet: 08, 11 and 13. RGB value is (8,17,19). Sum of RGB (Red+Green+Blue) = 8+17+19=44 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.18% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 19 (7.81% from 255 or 43.18% from 44); Max value from RGB is 19 - color contains mainly: blue. Hex color #081113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081113 is #F7EEEC. Grayscale: #0E0E0E. Windows color (decimal): -16248557 or 1249544. OLE color: 1249544.

HSL color Cylindrical-coordinate representation of color #081113: hue angle of 190.91º 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 #081113 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 8 17 19 -
CMYK 0.58 0.11 0 0.93
HSL 190.91º 0.41% 0.05% -
HSV(B) 190.91º 0.58% 0.07% -
XYZ 0.42 0.5 0.69 -
YUV 14.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 8 17 19 0.58 0.11 0 0.93 190.91 0.41 0.05
Hex 8 11 13 3A B 0 5D BF 29 5
Octal 10 21 23 72 13 0 135 277 51 5
Binary 1000 10001 10011 111010 1011 0 1011101 10111111 101001 101

Color Harmonies of #081113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081113

Black with #081113

Text Example


Text Example

White with #081113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081113; }

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

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

background-color css

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

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

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

border-color css

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

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

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