Html Css Color HEX #081013 Black Pearl

📋 copy color: '#081013'

red 8 ◦ green 16 ◦ blue 19

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

Shades of Black Pearl #081013

Tints of Black Pearl #081013

RGB

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

 GREEN value IS 16 (6.64% from 255) = 37.21%

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

R = 18.6%
G = 37.21%
B = 44.19%

CMYK

 C value IS 0.58

 M value IS 0.16

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#081013 (or 0x081013) is known color: Black Pearl. HEX triplet: 08, 10 and 13. RGB value is (8,16,19). Sum of RGB (Red+Green+Blue) = 8+16+19=43 (5% of max value = 765). Red value is 8 (3.52% from 255 or 18.60% from 43); Green value is 16 (6.64% from 255 or 37.21% from 43); Blue value is 19 (7.81% from 255 or 44.19% from 43); Max value from RGB is 19 - color contains mainly: blue. Hex color #081013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081013 is #F7EFEC. Grayscale: #0D0D0D. Windows color (decimal): -16248813 or 1249288. OLE color: 1249288.

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

Color convert

RGB 8 16 19 -
CMYK 0.58 0.16 0 0.93
HSL 196.36º 0.41% 0.05% -
HSV(B) 196.36º 0.58% 0.07% -
XYZ 0.4 0.47 0.69 -
YUV 13.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 8 16 19 0.58 0.16 0 0.93 196.36 0.41 0.05
Hex 8 10 13 3A 10 0 5D C4 29 5
Octal 10 20 23 72 20 0 135 304 51 5
Binary 1000 10000 10011 111010 10000 0 1011101 11000100 101001 101

Color Harmonies of #081013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081013

Black with #081013

Text Example


Text Example

White with #081013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081013; }

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

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

background-color css

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

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

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

border-color css

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

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

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