#07191E

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

Shades of Black Pearl #07191E

Tints of Black Pearl #07191E

Color information

#07191E (or 0x07191E) is unknown color: approx Black Pearl. HEX triplet: 07, 19 and 1E. RGB value is (7,25,30). Sum of RGB (Red+Green+Blue) = 7+25+30=62 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.29% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 30 (12.11% from 255 or 48.39% from 62); Max value from RGB is 30 - color contains mainly: blue. Hex color #07191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07191E is #F8E6E1. Grayscale: #141414. Windows color (decimal): -16312034 or 1972487. OLE color: 1972487.

HSL color Cylindrical-coordinate representation of color #07191E: hue angle of 193.04º 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 #07191E is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB72530-
CMYK0.770.1700.88
HSL193.04º62.16%7.25%-
HSV(B)193.04º76.67%11.76%-
XYZ0.670.831.35-
YUV20.19133.54118.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.29%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 30 (12.11% from 255) = 48.39%
R=11.29%
G=40.32%
B=48.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal725300.770.1700.88193.0462.167.25
Hex7191E4D11058c13e7
Octal73136115210130301767
Binary11111001111101001101100010101100011000001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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