#001E32

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

Shades of Black Pearl #001E32

Tints of Black Pearl #001E32

Color information

#001E32 (or 0x001E32) is unknown color: approx Black Pearl. HEX triplet: 00, 1E and 32. RGB value is (0,30,50). Sum of RGB (Red+Green+Blue) = 0+30+50=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 30 (12.11% from 255 or 37.5% from 80); Blue value is 50 (19.92% from 255 or 62.5% from 80); Max value from RGB is 50 - color contains mainly: blue. Hex color #001E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E32 is #FFE1CD. Grayscale: #171717. Windows color (decimal): -16769486 or 3284480. OLE color: 3284480.

HSL color Cylindrical-coordinate representation of color #001E32: hue angle of 204º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E32 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB03050-
CMYK10.4000.80
HSL204º100%9.8%-
HSV(B)204º100%19.61%-
XYZ1.041.163.19-
YUV23.31143.06111.37-

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) = 37.5%
BLUE value IS 50 (19.92% from 255) = 62.5%
R=0%
G=37.5%
B=62.5%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0305010.4000.802041009.8
Hex01E326428050cc64a
Octal0366214450012031414412
Binary0111101100101100100101000010100001100110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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