Html Css Color HEX #071016 Black Pearl

📋 copy color: '#071016'

red 7 ◦ green 16 ◦ blue 22

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

Shades of Black Pearl #071016

Tints of Black Pearl #071016

RGB

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

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

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

R = 15.56%
G = 35.56%
B = 48.89%

CMYK

 C value IS 0.68

 M value IS 0.27

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#071016 (or 0x071016) is known color: Black Pearl. HEX triplet: 07, 10 and 16. RGB value is (7,16,22). Sum of RGB (Red+Green+Blue) = 7+16+22=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 16 (6.64% from 255 or 35.56% from 45); Blue value is 22 (8.98% from 255 or 48.89% from 45); Max value from RGB is 22 - color contains mainly: blue. Hex color #071016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071016 is #F8EFE9. Grayscale: #0D0D0D. Windows color (decimal): -16314346 or 1445895. OLE color: 1445895.

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

Color convert

RGB 7 16 22 -
CMYK 0.68 0.27 0 0.91
HSL 204º 0.52% 0.06% -
HSV(B) 204º 0.68% 0.09% -
XYZ 0.42 0.47 0.83 -
YUV 13.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 7 16 22 0.68 0.27 0 0.91 204 0.52 0.06
Hex 7 10 16 44 1B 0 5B CC 34 6
Octal 7 20 26 104 33 0 133 314 64 6
Binary 111 10000 10110 1000100 11011 0 1011011 11001100 110100 110

Color Harmonies of #071016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071016

Black with #071016

Text Example


Text Example

White with #071016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071016; }

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

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

background-color css

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

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

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

border-color css

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

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

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