#07090C

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

Shades of Black Pearl #07090C

Tints of Black Pearl #07090C

Color information

#07090C (or 0x07090C) is unknown color: approx Black Pearl. HEX triplet: 07, 09 and 0C. RGB value is (7,9,12). Sum of RGB (Red+Green+Blue) = 7+9+12=28 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 12 - color contains mainly: blue. Hex color #07090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07090C is #F8F6F3. Grayscale: #080808. Windows color (decimal): -16316148 or 788743. OLE color: 788743.

HSL color Cylindrical-coordinate representation of color #07090C: hue angle of 216º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #07090C is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB7912-
CMYK0.420.2500.95
HSL216º26.32%3.73%-
HSV(B)216º41.67%4.71%-
XYZ0.250.270.39-
YUV8.74129.84126.76-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25%
GREEN value IS 9 (3.91% from 255) = 32.14%
BLUE value IS 12 (5.08% from 255) = 42.86%
R=25%
G=32.14%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal79120.420.2500.9521626.323.73
Hex79C2A1905Fd81a4
Octal7111452310137330324
Binary1111001110010101011001010111111101100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,9,12); }

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

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

 a { background-color: rgb(7,9,12); }

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

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

 span { border-color: rgb(7,9,12); }

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