#030E18

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

Shades of Black Pearl #030E18

Tints of Black Pearl #030E18

Color information

#030E18 (or 0x030E18) is unknown color: approx Black Pearl. HEX triplet: 03, 0E and 18. RGB value is (3,14,24). Sum of RGB (Red+Green+Blue) = 3+14+24=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 14 (5.86% from 255 or 34.15% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #030E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E18 is #FCF1E7. Grayscale: #0B0B0B. Windows color (decimal): -16577000 or 1576451. OLE color: 1576451.

HSL color Cylindrical-coordinate representation of color #030E18: hue angle of 208.57º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030E18 is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB31424-
CMYK0.880.4200.91
HSL208.57º77.78%5.29%-
HSV(B)208.57º87.5%9.41%-
XYZ0.360.40.92-
YUV11.85134.86121.69-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 7.32%
GREEN value IS 14 (5.86% from 255) = 34.15%
BLUE value IS 24 (9.77% from 255) = 58.54%
R=7.32%
G=34.15%
B=58.54%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal314240.880.4200.91208.5777.785.29
Hex3E18582A05Bd14e5
Octal316301305201333211165
Binary11111011000101100010101001011011110100011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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