#07121A

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

Shades of Black Pearl #07121A

Tints of Black Pearl #07121A

Color information

#07121A (or 0x07121A) is unknown color: approx Black Pearl. HEX triplet: 07, 12 and 1A. RGB value is (7,18,26). Sum of RGB (Red+Green+Blue) = 7+18+26=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #07121A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07121A is #F8EDE5. Grayscale: #0F0F0F. Windows color (decimal): -16313830 or 1708551. OLE color: 1708551.

HSL color Cylindrical-coordinate representation of color #07121A: hue angle of 205.26º degrees, saturation: 0.58, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #07121A is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB71826-
CMYK0.730.3100.90
HSL205.26º57.58%6.47%-
HSV(B)205.26º73.08%10.2%-
XYZ0.490.551.06-
YUV15.62133.86121.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.73%
GREEN value IS 18 (7.42% from 255) = 35.29%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=13.73%
G=35.29%
B=50.98%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal718260.730.3100.90205.2657.586.47
Hex7121A491F05Acd3a6
Octal72232111370132315726
Binary11110010110101001001111110101101011001101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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