Html Css Color HEX #071216 Black Pearl

📋 copy color: '#071216'

red 7 ◦ green 18 ◦ blue 22

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

Shades of Black Pearl #071216

Tints of Black Pearl #071216

RGB

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

 GREEN value IS 18 (7.42% from 255) = 38.3%

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

R = 14.89%
G = 38.3%
B = 46.81%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#071216 (or 0x071216) is known color: Black Pearl. HEX triplet: 07, 12 and 16. RGB value is (7,18,22). Sum of RGB (Red+Green+Blue) = 7+18+22=47 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.89% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: blue. Hex color #071216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071216 is #F8EDE9. Grayscale: #0F0F0F. Windows color (decimal): -16313834 or 1446407. OLE color: 1446407.

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

Color convert

RGB 7 18 22 -
CMYK 0.68 0.18 0 0.91
HSL 196º 0.52% 0.06% -
HSV(B) 196º 0.68% 0.09% -
XYZ 0.45 0.54 0.84 -
YUV 15.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 7 18 22 0.68 0.18 0 0.91 196 0.52 0.06
Hex 7 12 16 44 12 0 5B C4 34 6
Octal 7 22 26 104 22 0 133 304 64 6
Binary 111 10010 10110 1000100 10010 0 1011011 11000100 110100 110

Color Harmonies of #071216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071216

Black with #071216

Text Example


Text Example

White with #071216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071216; }

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

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

background-color css

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

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

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

border-color css

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

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

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