#07151C

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

Shades of Black Pearl #07151C

Tints of Black Pearl #07151C

Color information

#07151C (or 0x07151C) is unknown color: approx Black Pearl. HEX triplet: 07, 15 and 1C. RGB value is (7,21,28). Sum of RGB (Red+Green+Blue) = 7+21+28=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #07151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07151C is #F8EAE3. Grayscale: #111111. Windows color (decimal): -16313060 or 1840391. OLE color: 1840391.

HSL color Cylindrical-coordinate representation of color #07151C: hue angle of 200º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #07151C is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB72128-
CMYK0.750.2500.89
HSL200º60%6.86%-
HSV(B)200º75%10.98%-
XYZ0.570.671.2-
YUV17.61133.86120.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.5%
GREEN value IS 21 (8.59% from 255) = 37.5%
BLUE value IS 28 (11.33% from 255) = 50%
R=12.5%
G=37.5%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal721280.750.2500.89200606.86
Hex7151C4B19059c83c7
Octal72534113310131310747
Binary11110101111001001011110010101100111001000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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