#07121E

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

Shades of Black Pearl #07121E

Tints of Black Pearl #07121E

Color information

#07121E (or 0x07121E) is unknown color: approx Black Pearl. HEX triplet: 07, 12 and 1E. RGB value is (7,18,30). Sum of RGB (Red+Green+Blue) = 7+18+30=55 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.73% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #07121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07121E is #F8EDE1. Grayscale: #101010. Windows color (decimal): -16313826 or 1970695. OLE color: 1970695.

HSL color Cylindrical-coordinate representation of color #07121E: hue angle of 211.3º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #07121E is Cyan = 0.77, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB71830-
CMYK0.770.4000.88
HSL211.3º62.16%7.25%-
HSV(B)211.3º76.67%11.76%-
XYZ0.540.571.31-
YUV16.08135.86121.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.73%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 30 (12.11% from 255) = 54.55%
R=12.73%
G=32.73%
B=54.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal718300.770.4000.88211.362.167.25
Hex7121E4D28058d33e7
Octal72236115500130323767
Binary111100101111010011011010000101100011010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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