#07172F

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

Shades of Black Pearl #07172F

Tints of Black Pearl #07172F

Color information

#07172F (or 0x07172F) is unknown color: approx Black Pearl. HEX triplet: 07, 17 and 2F. RGB value is (7,23,47). Sum of RGB (Red+Green+Blue) = 7+23+47=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 47 (18.75% from 255 or 61.04% from 77); Max value from RGB is 47 - color contains mainly: blue. Hex color #07172F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07172F is #F8E8D0. Grayscale: #141414. Windows color (decimal): -16312529 or 3086087. OLE color: 3086087.

HSL color Cylindrical-coordinate representation of color #07172F: hue angle of 216º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #07172F is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB72347-
CMYK0.850.5100.82
HSL216º74.07%10.59%-
HSV(B)216º85.11%18.43%-
XYZ0.910.862.81-
YUV20.95142.7118.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 9.09%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 47 (18.75% from 255) = 61.04%
R=9.09%
G=29.87%
B=61.04%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal723470.850.5100.8221674.0710.59
Hex7172F5533052d84ab
Octal7275712563012233011213
Binary111101111011111010101110011010100101101100010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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