#090F14

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

Shades of Black Pearl #090F14

Tints of Black Pearl #090F14

Color information

#090F14 (or 0x090F14) is unknown color: approx Black Pearl. HEX triplet: 09, 0F and 14. RGB value is (9,15,20). Sum of RGB (Red+Green+Blue) = 9+15+20=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 15 (6.25% from 255 or 34.09% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #090F14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090F14 is #F6F0EB. Grayscale: #0D0D0D. Windows color (decimal): -16183532 or 1314569. OLE color: 1314569.

HSL color Cylindrical-coordinate representation of color #090F14: hue angle of 207.27º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #090F14 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB91520-
CMYK0.550.2500.92
HSL207.27º37.93%5.69%-
HSV(B)207.27º55%7.84%-
XYZ0.410.450.73-
YUV13.78131.51124.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 20.45%
GREEN value IS 15 (6.25% from 255) = 34.09%
BLUE value IS 20 (8.20% from 255) = 45.45%
R=20.45%
G=34.09%
B=45.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal915200.550.2500.92207.2737.935.69
Hex9F14371905Ccf266
Octal11172467310134317466
Binary1001111110100110111110010101110011001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090F14; }

 p { color: rgb(9,15,20); }

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

<style>
 a { background-color: #090F14; }

 a { background-color: rgb(9,15,20); }

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

<style>
 span { border-color: #090F14; }

 span { border-color: rgb(9,15,20); }

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