#001E38

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

Shades of Black Pearl #001E38

Tints of Black Pearl #001E38

Color information

#001E38 (or 0x001E38) is unknown color: approx Black Pearl. HEX triplet: 00, 1E and 38. RGB value is (0,30,56). Sum of RGB (Red+Green+Blue) = 0+30+56=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 30 (12.11% from 255 or 34.88% from 86); Blue value is 56 (22.27% from 255 or 65.12% from 86); Max value from RGB is 56 - color contains mainly: blue. Hex color #001E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E38 is #FFE1C7. Grayscale: #171717. Windows color (decimal): -16769480 or 3677696. OLE color: 3677696.

HSL color Cylindrical-coordinate representation of color #001E38: hue angle of 207.86º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E38 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB03056-
CMYK10.4600.78
HSL207.86º100%10.98%-
HSV(B)207.86º100%21.96%-
XYZ1.181.213.91-
YUV23.99146.06110.89-

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) = 34.88%
BLUE value IS 56 (22.27% from 255) = 65.12%
R=0%
G=34.88%
B=65.12%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0305610.4600.78207.8610010.98
Hex01E38642E04Ed064b
Octal0367014456011632014413
Binary0111101110001100100101110010011101101000011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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