#07090B

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

Shades of Black Pearl #07090B

Tints of Black Pearl #07090B

Color information

#07090B (or 0x07090B) is unknown color: approx Black Pearl. HEX triplet: 07, 09 and 0B. RGB value is (7,9,11). Sum of RGB (Red+Green+Blue) = 7+9+11=27 (3% of max value = 765). Red value is 7 (3.12% from 255 or 25.93% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 11 - color contains mainly: blue. Hex color #07090B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07090B is #F8F6F4. Grayscale: #080808. Windows color (decimal): -16316149 or 723207. OLE color: 723207.

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

Color convert

RGB7911-
CMYK0.360.1800.96
HSL210º22.22%3.53%-
HSV(B)210º36.36%4.31%-
XYZ0.250.260.35-
YUV8.63129.34126.84-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 25.93%
GREEN value IS 9 (3.91% from 255) = 33.33%
BLUE value IS 11 (4.69% from 255) = 40.74%
R=25.93%
G=33.33%
B=40.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal79110.360.1800.9621022.223.53
Hex79B2412060d2164
Octal7111344220140322264
Binary1111001101110010010010011000001101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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