#07121D

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

Shades of Black Pearl #07121D

Tints of Black Pearl #07121D

Color information

#07121D (or 0x07121D) is unknown color: approx Black Pearl. HEX triplet: 07, 12 and 1D. RGB value is (7,18,29). Sum of RGB (Red+Green+Blue) = 7+18+29=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #07121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07121D is #F8EDE2. Grayscale: #0F0F0F. Windows color (decimal): -16313827 or 1905159. OLE color: 1905159.

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

Color convert

RGB71829-
CMYK0.760.3800.89
HSL210º61.11%7.06%-
HSV(B)210º75.86%11.37%-
XYZ0.530.571.24-
YUV15.96135.36121.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.96%
GREEN value IS 18 (7.42% from 255) = 33.33%
BLUE value IS 29 (11.72% from 255) = 53.70%
R=12.96%
G=33.33%
B=53.70%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal718290.760.3800.8921061.117.06
Hex7121D4C26059d23d7
Octal72235114460131322757
Binary111100101110110011001001100101100111010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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