#03090D

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

Shades of Black Pearl #03090D

Tints of Black Pearl #03090D

Color information

#03090D (or 0x03090D) is unknown color: approx Black Pearl. HEX triplet: 03, 09 and 0D. RGB value is (3,9,13). Sum of RGB (Red+Green+Blue) = 3+9+13=25 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12% from 25); Green value is 9 (3.91% from 255 or 36% from 25); Blue value is 13 (5.47% from 255 or 52% from 25); Max value from RGB is 13 - color contains mainly: blue. Hex color #03090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03090D is #FCF6F2. Grayscale: #070707. Windows color (decimal): -16578291 or 854275. OLE color: 854275.

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

Color convert

RGB3913-
CMYK0.770.3100.95
HSL204º62.5%3.14%-
HSV(B)204º76.92%5.1%-
XYZ0.210.240.42-
YUV7.66131.01124.67-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 12%
GREEN value IS 9 (3.91% from 255) = 36%
BLUE value IS 13 (5.47% from 255) = 52%
R=12%
G=36%
B=52%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal39130.770.3100.9520462.53.14
Hex39D4D1F05Fcc3e3
Octal31115115370137314763
Binary1110011101100110111111010111111100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03090D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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