#07141D

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

Shades of Black Pearl #07141D

Tints of Black Pearl #07141D

Color information

#07141D (or 0x07141D) is unknown color: approx Black Pearl. HEX triplet: 07, 14 and 1D. RGB value is (7,20,29). Sum of RGB (Red+Green+Blue) = 7+20+29=56 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.5% from 56); Green value is 20 (8.20% from 255 or 35.71% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #07141D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07141D is #F8EBE2. Grayscale: #111111. Windows color (decimal): -16313315 or 1905671. OLE color: 1905671.

HSL color Cylindrical-coordinate representation of color #07141D: hue angle of 204.55º 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 #07141D is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB72029-
CMYK0.760.3100.89
HSL204.55º61.11%7.06%-
HSV(B)204.55º75.86%11.37%-
XYZ0.560.631.26-
YUV17.14134.69120.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.5%
GREEN value IS 20 (8.20% from 255) = 35.71%
BLUE value IS 29 (11.72% from 255) = 51.79%
R=12.5%
G=35.71%
B=51.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal720290.760.3100.89204.5561.117.06
Hex7141D4C1F059cd3d7
Octal72435114370131315757
Binary11110100111011001100111110101100111001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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