#001E30

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

Shades of Black Pearl #001E30

Tints of Black Pearl #001E30

Color information

#001E30 (or 0x001E30) is unknown color: approx Black Pearl. HEX triplet: 00, 1E and 30. RGB value is (0,30,48). Sum of RGB (Red+Green+Blue) = 0+30+48=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #001E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E30 is #FFE1CF. Grayscale: #161616. Windows color (decimal): -16769488 or 3153408. OLE color: 3153408.

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

Color convert

RGB03048-
CMYK10.3700.81
HSL202.5º100%9.41%-
HSV(B)202.5º100%18.82%-
XYZ11.142.96-
YUV23.08142.06111.54-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 38.46%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=0%
G=38.46%
B=61.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0304810.3700.81202.51009.41
Hex01E306425051ca649
Octal0366014445012131214411
Binary0111101100001100100100101010100011100101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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