#07191B

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

Shades of Black Pearl #07191B

Tints of Black Pearl #07191B

Color information

#07191B (or 0x07191B) is unknown color: approx Black Pearl. HEX triplet: 07, 19 and 1B. RGB value is (7,25,27). Sum of RGB (Red+Green+Blue) = 7+25+27=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 27 (10.94% from 255 or 45.76% from 59); Max value from RGB is 27 - color contains mainly: blue. Hex color #07191B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07191B is #F8E6E4. Grayscale: #131313. Windows color (decimal): -16312037 or 1775879. OLE color: 1775879.

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

Color convert

RGB72527-
CMYK0.740.0700.89
HSL186º58.82%6.67%-
HSV(B)186º74.07%10.59%-
XYZ0.630.821.16-
YUV19.85132.04118.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.86%
GREEN value IS 25 (10.16% from 255) = 42.37%
BLUE value IS 27 (10.94% from 255) = 45.76%
R=11.86%
G=42.37%
B=45.76%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal725270.740.0700.8918658.826.67
Hex7191B4A7059ba3b7
Octal7313311270131272737
Binary111110011101110010101110101100110111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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