#07090A

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

Shades of Black Pearl #07090A

Tints of Black Pearl #07090A

Color information

#07090A (or 0x07090A) is unknown color: approx Black Pearl. HEX triplet: 07, 09 and 0A. RGB value is (7,9,10). Sum of RGB (Red+Green+Blue) = 7+9+10=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 10 - color contains mainly: blue. Hex color #07090A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07090A is #F8F6F5. Grayscale: #080808. Windows color (decimal): -16316150 or 657671. OLE color: 657671.

HSL color Cylindrical-coordinate representation of color #07090A: hue angle of 200º degrees, saturation: 0.18, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #07090A is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB7910-
CMYK0.300.1000.96
HSL200º17.65%3.33%-
HSV(B)200º30%3.92%-
XYZ0.240.260.33-
YUV8.52128.84126.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 26.92%
GREEN value IS 9 (3.91% from 255) = 34.62%
BLUE value IS 10 (4.30% from 255) = 38.46%
R=26.92%
G=34.62%
B=38.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal79100.300.1000.9620017.653.33
Hex79A1EA060c8123
Octal7111236120140310223
Binary1111001101011110101001100000110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07090A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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