#07151F

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

Shades of Black Pearl #07151F

Tints of Black Pearl #07151F

Color information

#07151F (or 0x07151F) is unknown color: approx Black Pearl. HEX triplet: 07, 15 and 1F. RGB value is (7,21,31). Sum of RGB (Red+Green+Blue) = 7+21+31=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 21 (8.59% from 255 or 35.59% from 59); Blue value is 31 (12.5% from 255 or 52.54% from 59); Max value from RGB is 31 - color contains mainly: blue. Hex color #07151F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07151F is #F8EAE0. Grayscale: #111111. Windows color (decimal): -16313057 or 2036999. OLE color: 2036999.

HSL color Cylindrical-coordinate representation of color #07151F: hue angle of 205º degrees, saturation: 0.63, 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 #07151F is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB72131-
CMYK0.770.3200.88
HSL205º63.16%7.45%-
HSV(B)205º77.42%12.16%-
XYZ0.60.681.4-
YUV17.95135.36120.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.86%
GREEN value IS 21 (8.59% from 255) = 35.59%
BLUE value IS 31 (12.5% from 255) = 52.54%
R=11.86%
G=35.59%
B=52.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal721310.770.3200.8820563.167.45
Hex7151F4D20058cd3f7
Octal72537115400130315777
Binary111101011111110011011000000101100011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,21,31); }

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

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

 a { background-color: rgb(7,21,31); }

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

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

 span { border-color: rgb(7,21,31); }

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