#03090F

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

Shades of Black Pearl #03090F

Tints of Black Pearl #03090F

Color information

#03090F (or 0x03090F) is unknown color: approx Black Pearl. HEX triplet: 03, 09 and 0F. RGB value is (3,9,15). Sum of RGB (Red+Green+Blue) = 3+9+15=27 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.11% from 27); Green value is 9 (3.91% from 255 or 33.33% from 27); Blue value is 15 (6.25% from 255 or 55.56% from 27); Max value from RGB is 15 - color contains mainly: blue. Hex color #03090F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03090F is #FCF6F0. Grayscale: #070707. Windows color (decimal): -16578289 or 985347. OLE color: 985347.

HSL color Cylindrical-coordinate representation of color #03090F: hue angle of 210º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #03090F is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB3915-
CMYK0.800.4000.94
HSL210º66.67%3.53%-
HSV(B)210º80%5.88%-
XYZ0.220.250.49-
YUV7.89132.01124.51-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.11%
GREEN value IS 9 (3.91% from 255) = 33.33%
BLUE value IS 15 (6.25% from 255) = 55.56%
R=11.11%
G=33.33%
B=55.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal39150.800.4000.9421066.673.53
Hex39F502805Ed2434
Octal311171205001363221034
Binary1110011111101000010100001011110110100101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03090F; }

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

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

<style>
 a { background-color: #03090F; }

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

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

<style>
 span { border-color: #03090F; }

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

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