#031E30

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

Shades of Black Pearl #031E30

Tints of Black Pearl #031E30

Color information

#031E30 (or 0x031E30) is unknown color: approx Black Pearl. HEX triplet: 03, 1E and 30. RGB value is (3,30,48). Sum of RGB (Red+Green+Blue) = 3+30+48=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 30 (12.11% from 255 or 37.04% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #031E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031E30 is #FCE1CF. Grayscale: #171717. Windows color (decimal): -16572880 or 3153411. OLE color: 3153411.

HSL color Cylindrical-coordinate representation of color #031E30: hue angle of 204º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031E30 is Cyan = 0.94, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB33048-
CMYK0.940.3700.81
HSL204º88.24%10%-
HSV(B)204º93.75%18.82%-
XYZ1.041.162.97-
YUV23.98141.55113.04-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.70%
GREEN value IS 30 (12.11% from 255) = 37.04%
BLUE value IS 48 (19.14% from 255) = 59.26%
R=3.70%
G=37.04%
B=59.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal330480.940.3700.8120488.2410
Hex31E305E25051cc58a
Octal3366013645012131413012
Binary11111101100001011110100101010100011100110010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #031E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #031E30; }

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

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

<style>
 a { background-color: #031E30; }

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

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

<style>
 span { border-color: #031E30; }

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

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