#07181C

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

Shades of Black Pearl #07181C

Tints of Black Pearl #07181C

Color information

#07181C (or 0x07181C) is unknown color: approx Black Pearl. HEX triplet: 07, 18 and 1C. RGB value is (7,24,28). Sum of RGB (Red+Green+Blue) = 7+24+28=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #07181C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07181C is #F8E7E3. Grayscale: #131313. Windows color (decimal): -16312292 or 1841159. OLE color: 1841159.

HSL color Cylindrical-coordinate representation of color #07181C: hue angle of 191.43º 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 #07181C is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB72428-
CMYK0.750.1400.89
HSL191.43º60%6.86%-
HSV(B)191.43º75%10.98%-
XYZ0.620.781.22-
YUV19.37132.87119.17-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 11.86%
GREEN value IS 24 (9.77% from 255) = 40.68%
BLUE value IS 28 (11.33% from 255) = 47.46%
R=11.86%
G=40.68%
B=47.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal724280.750.1400.89191.43606.86
Hex7181C4BE059bf3c7
Octal73034113160131277747
Binary1111100011100100101111100101100110111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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