#030E1C

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

Shades of Black Pearl #030E1C

Tints of Black Pearl #030E1C

Color information

#030E1C (or 0x030E1C) is unknown color: approx Black Pearl. HEX triplet: 03, 0E and 1C. RGB value is (3,14,28). Sum of RGB (Red+Green+Blue) = 3+14+28=45 (5% of max value = 765). Red value is 3 (1.56% from 255 or 6.67% from 45); Green value is 14 (5.86% from 255 or 31.11% from 45); Blue value is 28 (11.33% from 255 or 62.22% from 45); Max value from RGB is 28 - color contains mainly: blue. Hex color #030E1C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E1C is #FCF1E3. Grayscale: #0C0C0C. Windows color (decimal): -16576996 or 1838595. OLE color: 1838595.

HSL color Cylindrical-coordinate representation of color #030E1C: hue angle of 213.6º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #030E1C is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB31428-
CMYK0.890.5000.89
HSL213.6º80.65%6.08%-
HSV(B)213.6º89.29%10.98%-
XYZ0.40.421.16-
YUV12.31136.86121.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.67%
GREEN value IS 14 (5.86% from 255) = 31.11%
BLUE value IS 28 (11.33% from 255) = 62.22%
R=6.67%
G=31.11%
B=62.22%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal314280.890.5000.89213.680.656.08
Hex3E1C5932059d6516
Octal316341316201313261216
Binary11111011100101100111001001011001110101101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030E1C; }

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

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

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

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

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

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

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

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