#07171C

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

Shades of Black Pearl #07171C

Tints of Black Pearl #07171C

Color information

#07171C (or 0x07171C) is unknown color: approx Black Pearl. HEX triplet: 07, 17 and 1C. RGB value is (7,23,28). Sum of RGB (Red+Green+Blue) = 7+23+28=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 28 (11.33% from 255 or 48.28% from 58); Max value from RGB is 28 - color contains mainly: blue. Hex color #07171C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07171C is #F8E8E3. Grayscale: #121212. Windows color (decimal): -16312548 or 1840903. OLE color: 1840903.

HSL color Cylindrical-coordinate representation of color #07171C: hue angle of 194.29º 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 #07171C is Cyan = 0.75, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB72328-
CMYK0.750.1800.89
HSL194.29º60%6.86%-
HSV(B)194.29º75%10.98%-
XYZ0.60.741.21-
YUV18.79133.2119.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 23 (9.38% from 255) = 39.66%
BLUE value IS 28 (11.33% from 255) = 48.28%
R=12.07%
G=39.66%
B=48.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal723280.750.1800.89194.29606.86
Hex7171C4B12059c23c7
Octal72734113220131302747
Binary11110111111001001011100100101100111000010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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