Html Css Color HEX #071316 Black Pearl

📋 copy color: '#071316'

red 7 ◦ green 19 ◦ blue 22

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

Shades of Black Pearl #071316

Tints of Black Pearl #071316

RGB

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

 GREEN value IS 19 (7.81% from 255) = 39.58%

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

R = 14.58%
G = 39.58%
B = 45.83%

CMYK

 C value IS 0.68

 M value IS 0.14

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#071316 (or 0x071316) is known color: Black Pearl. HEX triplet: 07, 13 and 16. RGB value is (7,19,22). Sum of RGB (Red+Green+Blue) = 7+19+22=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 22 (8.98% from 255 or 45.83% from 48); Max value from RGB is 22 - color contains mainly: blue. Hex color #071316 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071316 is #F8ECE9. Grayscale: #0F0F0F. Windows color (decimal): -16313578 or 1446663. OLE color: 1446663.

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

Color convert

RGB 7 19 22 -
CMYK 0.68 0.14 0 0.91
HSL 192º 0.52% 0.06% -
HSV(B) 192º 0.68% 0.09% -
XYZ 0.47 0.57 0.84 -
YUV 15.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 7 19 22 0.68 0.14 0 0.91 192 0.52 0.06
Hex 7 13 16 44 E 0 5B C0 34 6
Octal 7 23 26 104 16 0 133 300 64 6
Binary 111 10011 10110 1000100 1110 0 1011011 11000000 110100 110

Color Harmonies of #071316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071316

Black with #071316

Text Example


Text Example

White with #071316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071316; }

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

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

background-color css

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

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

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

border-color css

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

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

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