Html Css Color HEX #081016 Black Pearl

📋 copy color: '#081016'

red 8 ◦ green 16 ◦ blue 22

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

Shades of Black Pearl #081016

Tints of Black Pearl #081016

RGB

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

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

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

R = 17.39%
G = 34.78%
B = 47.83%

CMYK

 C value IS 0.64

 M value IS 0.27

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#081016 (or 0x081016) is known color: Black Pearl. HEX triplet: 08, 10 and 16. RGB value is (8,16,22). Sum of RGB (Red+Green+Blue) = 8+16+22=46 (6% of max value = 765). Red value is 8 (3.52% from 255 or 17.39% from 46); Green value is 16 (6.64% from 255 or 34.78% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #081016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081016 is #F7EFE9. Grayscale: #0E0E0E. Windows color (decimal): -16248810 or 1445896. OLE color: 1445896.

HSL color Cylindrical-coordinate representation of color #081016: hue angle of 205.71º 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 #081016 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 8 16 22 -
CMYK 0.64 0.27 0 0.91
HSL 205.71º 0.47% 0.06% -
HSV(B) 205.71º 0.64% 0.09% -
XYZ 0.43 0.48 0.83 -
YUV 14.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 8 16 22 0.64 0.27 0 0.91 205.71 0.47 0.06
Hex 8 10 16 40 1B 0 5B CE 2F 6
Octal 10 20 26 100 33 0 133 316 57 6
Binary 1000 10000 10110 1000000 11011 0 1011011 11001110 101111 110

Color Harmonies of #081016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081016

Black with #081016

Text Example


Text Example

White with #081016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081016; }

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

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

background-color css

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

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

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

border-color css

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

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

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