Html Css Color HEX #071116 Black Pearl

📋 copy color: '#071116'

red 7 ◦ green 17 ◦ blue 22

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

Shades of Black Pearl #071116

Tints of Black Pearl #071116

RGB

 RED value IS 7 (3.13% from 255) = 15.22%

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

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

R = 15.22%
G = 36.96%
B = 47.83%

CMYK

 C value IS 0.68

 M value IS 0.23

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#071116 (or 0x071116) is known color: Black Pearl. HEX triplet: 07, 11 and 16. RGB value is (7,17,22). Sum of RGB (Red+Green+Blue) = 7+17+22=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 17 (7.03% from 255 or 36.96% 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 #071116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071116 is #F8EEE9. Grayscale: #0E0E0E. Windows color (decimal): -16314090 or 1446151. OLE color: 1446151.

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

Color convert

RGB 7 17 22 -
CMYK 0.68 0.23 0 0.91
HSL 200º 0.52% 0.06% -
HSV(B) 200º 0.68% 0.09% -
XYZ 0.43 0.5 0.83 -
YUV 14.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 7 17 22 0.68 0.23 0 0.91 200 0.52 0.06
Hex 7 11 16 44 17 0 5B C8 34 6
Octal 7 21 26 104 27 0 133 310 64 6
Binary 111 10001 10110 1000100 10111 0 1011011 11001000 110100 110

Color Harmonies of #071116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071116

Black with #071116

Text Example


Text Example

White with #071116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071116; }

 p { color: rgb(7,17,22); }

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

background-color css

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

 a { background-color: rgb(7,17,22); }

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

border-color css

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

 span { border-color: rgb(7,17,22); }

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