#07141C

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

Shades of Black Pearl #07141C

Tints of Black Pearl #07141C

Color information

#07141C (or 0x07141C) is unknown color: approx Black Pearl. HEX triplet: 07, 14 and 1C. RGB value is (7,20,28). Sum of RGB (Red+Green+Blue) = 7+20+28=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 20 (8.20% from 255 or 36.36% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #07141C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07141C is #F8EBE3. Grayscale: #101010. Windows color (decimal): -16313316 or 1840135. OLE color: 1840135.

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

Color convert

RGB72028-
CMYK0.750.2900.89
HSL202.86º60%6.86%-
HSV(B)202.86º75%10.98%-
XYZ0.550.631.19-
YUV17.02134.19120.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.73%
GREEN value IS 20 (8.20% from 255) = 36.36%
BLUE value IS 28 (11.33% from 255) = 50.91%
R=12.73%
G=36.36%
B=50.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal720280.750.2900.89202.86606.86
Hex7141C4B1D059cb3c7
Octal72434113350131313747
Binary11110100111001001011111010101100111001011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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