#07172B

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

Shades of Black Pearl #07172B

Tints of Black Pearl #07172B

Color information

#07172B (or 0x07172B) is unknown color: approx Black Pearl. HEX triplet: 07, 17 and 2B. RGB value is (7,23,43). Sum of RGB (Red+Green+Blue) = 7+23+43=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 43 (17.19% from 255 or 58.90% from 73); Max value from RGB is 43 - color contains mainly: blue. Hex color #07172B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07172B is #F8E8D4. Grayscale: #141414. Windows color (decimal): -16312533 or 2823943. OLE color: 2823943.

HSL color Cylindrical-coordinate representation of color #07172B: hue angle of 213.33º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #07172B is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB72343-
CMYK0.840.4700.83
HSL213.33º72%9.8%-
HSV(B)213.33º83.72%16.86%-
XYZ0.830.832.4-
YUV20.5140.7118.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.59%
GREEN value IS 23 (9.38% from 255) = 31.51%
BLUE value IS 43 (17.19% from 255) = 58.90%
R=9.59%
G=31.51%
B=58.90%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal723430.840.4700.83213.33729.8
Hex7172B542F053d548a
Octal7275312457012332511012
Binary111101111010111010100101111010100111101010110010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07172B; }

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

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

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

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

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

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

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

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