#030913

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

Shades of Black Pearl #030913

Tints of Black Pearl #030913

Color information

#030913 (or 0x030913) is unknown color: approx Black Pearl. HEX triplet: 03, 09 and 13. RGB value is (3,9,19). Sum of RGB (Red+Green+Blue) = 3+9+19=31 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.68% from 31); Green value is 9 (3.91% from 255 or 29.03% from 31); Blue value is 19 (7.81% from 255 or 61.29% from 31); Max value from RGB is 19 - color contains mainly: blue. Hex color #030913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030913 is #FCF6EC. Grayscale: #080808. Windows color (decimal): -16578285 or 1247491. OLE color: 1247491.

HSL color Cylindrical-coordinate representation of color #030913: hue angle of 217.5º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #030913 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB3919-
CMYK0.840.5300.93
HSL217.5º72.73%4.31%-
HSV(B)217.5º84.21%7.45%-
XYZ0.250.260.65-
YUV8.35134.01124.19-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.68%
GREEN value IS 9 (3.91% from 255) = 29.03%
BLUE value IS 19 (7.81% from 255) = 61.29%
R=9.68%
G=29.03%
B=61.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal39190.840.5300.93217.572.734.31
Hex3913543505Dda494
Octal311231246501353321114
Binary11100110011101010011010101011101110110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030913; }

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

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

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

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

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

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

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

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