#07171E

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

Shades of Black Pearl #07171E

Tints of Black Pearl #07171E

Color information

#07171E (or 0x07171E) is unknown color: approx Black Pearl. HEX triplet: 07, 17 and 1E. RGB value is (7,23,30). Sum of RGB (Red+Green+Blue) = 7+23+30=60 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.67% from 60); Green value is 23 (9.38% from 255 or 38.33% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #07171E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07171E is #F8E8E1. Grayscale: #121212. Windows color (decimal): -16312546 or 1971975. OLE color: 1971975.

HSL color Cylindrical-coordinate representation of color #07171E: hue angle of 198.26º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07171E is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB72330-
CMYK0.770.2300.88
HSL198.26º62.16%7.25%-
HSV(B)198.26º76.67%11.76%-
XYZ0.630.751.34-
YUV19.01134.2119.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.67%
GREEN value IS 23 (9.38% from 255) = 38.33%
BLUE value IS 30 (12.11% from 255) = 50%
R=11.67%
G=38.33%
B=50%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal723300.770.2300.88198.2662.167.25
Hex7171E4D17058c63e7
Octal72736115270130306767
Binary11110111111101001101101110101100011000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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