#030D1E

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

Shades of Black Pearl #030D1E

Tints of Black Pearl #030D1E

Color information

#030D1E (or 0x030D1E) is unknown color: approx Black Pearl. HEX triplet: 03, 0D and 1E. RGB value is (3,13,30). Sum of RGB (Red+Green+Blue) = 3+13+30=46 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.52% from 46); Green value is 13 (5.47% from 255 or 28.26% from 46); Blue value is 30 (12.11% from 255 or 65.22% from 46); Max value from RGB is 30 - color contains mainly: blue. Hex color #030D1E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030D1E is #FCF2E1. Grayscale: #0B0B0B. Windows color (decimal): -16577250 or 1969411. OLE color: 1969411.

HSL color Cylindrical-coordinate representation of color #030D1E: hue angle of 217.78º degrees, saturation: 0.82, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #030D1E is Cyan = 0.90, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB31330-
CMYK0.900.5700.88
HSL217.78º81.82%6.47%-
HSV(B)217.78º90%11.76%-
XYZ0.420.41.28-
YUV11.95138.19121.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.52%
GREEN value IS 13 (5.47% from 255) = 28.26%
BLUE value IS 30 (12.11% from 255) = 65.22%
R=6.52%
G=28.26%
B=65.22%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal313300.900.5700.88217.7881.826.47
Hex3D1E5A39058da526
Octal315361327101303321226
Binary11110111110101101011100101011000110110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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