#030E14

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

Shades of Black Pearl #030E14

Tints of Black Pearl #030E14

Color information

#030E14 (or 0x030E14) is unknown color: approx Black Pearl. HEX triplet: 03, 0E and 14. RGB value is (3,14,20). Sum of RGB (Red+Green+Blue) = 3+14+20=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 14 (5.86% from 255 or 37.84% from 37); Blue value is 20 (8.20% from 255 or 54.05% from 37); Max value from RGB is 20 - color contains mainly: blue. Hex color #030E14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030E14 is #FCF1EB. Grayscale: #0B0B0B. Windows color (decimal): -16577004 or 1314307. OLE color: 1314307.

HSL color Cylindrical-coordinate representation of color #030E14: hue angle of 201.18º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #030E14 is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB31420-
CMYK0.850.3000.92
HSL201.18º73.91%4.51%-
HSV(B)201.18º85%7.84%-
XYZ0.320.380.72-
YUV11.4132.86122.01-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.11%
GREEN value IS 14 (5.86% from 255) = 37.84%
BLUE value IS 20 (8.20% from 255) = 54.05%
R=8.11%
G=37.84%
B=54.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal314200.850.3000.92201.1873.914.51
Hex3E14551E05Cc94a5
Octal316241253601343111125
Binary1111101010010101011111001011100110010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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