Html Css Color HEX #081416 Black Pearl

📋 copy color: '#081416'

red 8 ◦ green 20 ◦ blue 22

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

Shades of Black Pearl #081416

Tints of Black Pearl #081416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 40%

 BLUE value IS 22 (8.98% from 255) = 44%

R = 16%
G = 40%
B = 44%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#081416 (or 0x081416) is known color: Black Pearl. HEX triplet: 08, 14 and 16. RGB value is (8,20,22). Sum of RGB (Red+Green+Blue) = 8+20+22=50 (6% of max value = 765). Red value is 8 (3.52% from 255 or 16% from 50); Green value is 20 (8.20% from 255 or 40% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 22 - color contains mainly: blue. Hex color #081416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081416 is #F7EBE9. Grayscale: #101010. Windows color (decimal): -16247786 or 1446920. OLE color: 1446920.

HSL color Cylindrical-coordinate representation of color #081416: hue angle of 188.57º degrees, saturation: 0.47, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #081416 is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 20 22 -
CMYK 0.64 0.09 0 0.91
HSL 188.57º 0.47% 0.06% -
HSV(B) 188.57º 0.64% 0.09% -
XYZ 0.5 0.61 0.85 -
YUV 16.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 8 20 22 0.64 0.09 0 0.91 188.57 0.47 0.06
Hex 8 14 16 40 9 0 5B BD 2F 6
Octal 10 24 26 100 11 0 133 275 57 6
Binary 1000 10100 10110 1000000 1001 0 1011011 10111101 101111 110

Color Harmonies of #081416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081416

Black with #081416

Text Example


Text Example

White with #081416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081416; }

 p { color: rgb(8,20,22); }

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

background-color css

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

 a { background-color: rgb(8,20,22); }

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

border-color css

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

 span { border-color: rgb(8,20,22); }

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