#07161C

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

Shades of Black Pearl #07161C

Tints of Black Pearl #07161C

Color information

#07161C (or 0x07161C) is unknown color: approx Black Pearl. HEX triplet: 07, 16 and 1C. RGB value is (7,22,28). Sum of RGB (Red+Green+Blue) = 7+22+28=57 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.28% from 57); Green value is 22 (8.98% from 255 or 38.60% from 57); Blue value is 28 (11.33% from 255 or 49.12% from 57); Max value from RGB is 28 - color contains mainly: blue. Hex color #07161C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07161C is #F8E9E3. Grayscale: #121212. Windows color (decimal): -16312804 or 1840647. OLE color: 1840647.

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

Color convert

RGB72228-
CMYK0.750.2100.89
HSL197.14º60%6.86%-
HSV(B)197.14º75%10.98%-
XYZ0.580.71.2-
YUV18.2133.53120.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.28%
GREEN value IS 22 (8.98% from 255) = 38.60%
BLUE value IS 28 (11.33% from 255) = 49.12%
R=12.28%
G=38.60%
B=49.12%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal722280.750.2100.89197.14606.86
Hex7161C4B15059c53c7
Octal72634113250131305747
Binary11110110111001001011101010101100111000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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