#07161D

Color #07161D Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #07161D

Tints of Black Pearl #07161D

Color information

#07161D (or 0x07161D) is unknown color: approx Black Pearl. HEX triplet: 07, 16 and 1D. RGB value is (7,22,29). Sum of RGB (Red+Green+Blue) = 7+22+29=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #07161D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07161D is #F8E9E2. Grayscale: #121212. Windows color (decimal): -16312803 or 1906183. OLE color: 1906183.

HSL color Cylindrical-coordinate representation of color #07161D: hue angle of 199.09º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #07161D is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB72229-
CMYK0.760.2400.89
HSL199.09º61.11%7.06%-
HSV(B)199.09º75.86%11.37%-
XYZ0.60.711.27-
YUV18.31134.03119.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 22 (8.98% from 255) = 37.93%
BLUE value IS 29 (11.72% from 255) = 50%
R=12.07%
G=37.93%
B=50%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal722290.760.2400.89199.0961.117.06
Hex7161D4C18059c73d7
Octal72635114300131307757
Binary11110110111011001100110000101100111000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07161D; }

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

 H1.HeaderClassName
 {
   color: #07161D;
 }
 .AnyTagClassName
 {
   color: #07161D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #07161D;
 }
 .BgClassName
 {
   background-color: #07161D;
 }
</style>
border-color css

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

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

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