#07191D

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

Shades of Black Pearl #07191D

Tints of Black Pearl #07191D

Color information

#07191D (or 0x07191D) is unknown color: approx Black Pearl. HEX triplet: 07, 19 and 1D. RGB value is (7,25,29). Sum of RGB (Red+Green+Blue) = 7+25+29=61 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.48% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 29 (11.72% from 255 or 47.54% from 61); Max value from RGB is 29 - color contains mainly: blue. Hex color #07191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07191D is #F8E6E2. Grayscale: #141414. Windows color (decimal): -16312035 or 1906951. OLE color: 1906951.

HSL color Cylindrical-coordinate representation of color #07191D: hue angle of 190.91º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #07191D is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB72529-
CMYK0.760.1400.89
HSL190.91º61.11%7.06%-
HSV(B)190.91º75.86%11.37%-
XYZ0.660.831.29-
YUV20.07133.04118.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.48%
GREEN value IS 25 (10.16% from 255) = 40.98%
BLUE value IS 29 (11.72% from 255) = 47.54%
R=11.48%
G=40.98%
B=47.54%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal725290.760.1400.89190.9161.117.06
Hex7191D4CE059bf3d7
Octal73135114160131277757
Binary1111100111101100110011100101100110111111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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