#030E1F

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

Shades of Black Pearl #030E1F

Tints of Black Pearl #030E1F

Color information

#030E1F (or 0x030E1F) is unknown color: approx Black Pearl. HEX triplet: 03, 0E and 1F. RGB value is (3,14,31). Sum of RGB (Red+Green+Blue) = 3+14+31=48 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.25% from 48); Green value is 14 (5.86% from 255 or 29.17% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #030E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #030E1F is #FCF1E0. Grayscale: #0C0C0C. Windows color (decimal): -16576993 or 2035203. OLE color: 2035203.

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

Color convert

RGB31431-
CMYK0.900.5500.88
HSL216.43º82.35%6.67%-
HSV(B)216.43º90.32%12.16%-
XYZ0.440.431.36-
YUV12.65138.36121.12-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.25%
GREEN value IS 14 (5.86% from 255) = 29.17%
BLUE value IS 31 (12.5% from 255) = 64.58%
R=6.25%
G=29.17%
B=64.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal314310.900.5500.88216.4382.356.67
Hex3E1F5A37058d8527
Octal316371326701303301227
Binary11111011111101101011011101011000110110001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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