#03090E

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

Shades of Black Pearl #03090E

Tints of Black Pearl #03090E

Color information

#03090E (or 0x03090E) is unknown color: approx Black Pearl. HEX triplet: 03, 09 and 0E. RGB value is (3,9,14). Sum of RGB (Red+Green+Blue) = 3+9+14=26 (3% of max value = 765). Red value is 3 (1.56% from 255 or 11.54% from 26); Green value is 9 (3.91% from 255 or 34.62% from 26); Blue value is 14 (5.86% from 255 or 53.85% from 26); Max value from RGB is 14 - color contains mainly: blue. Hex color #03090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03090E is #FCF6F1. Grayscale: #070707. Windows color (decimal): -16578290 or 919811. OLE color: 919811.

HSL color Cylindrical-coordinate representation of color #03090E: hue angle of 207.27º degrees, saturation: 0.65, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #03090E is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB3914-
CMYK0.790.3600.95
HSL207.27º64.71%3.33%-
HSV(B)207.27º78.57%5.49%-
XYZ0.210.250.45-
YUV7.78131.51124.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 11.54%
GREEN value IS 9 (3.91% from 255) = 34.62%
BLUE value IS 14 (5.86% from 255) = 53.85%
R=11.54%
G=34.62%
B=53.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal39140.790.3600.95207.2764.713.33
Hex39E4F2405Fcf413
Octal311161174401373171013
Binary111001111010011111001000101111111001111100000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03090E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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