#001E37

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

Shades of Black Pearl #001E37

Tints of Black Pearl #001E37

Color information

#001E37 (or 0x001E37) is unknown color: approx Black Pearl. HEX triplet: 00, 1E and 37. RGB value is (0,30,55). Sum of RGB (Red+Green+Blue) = 0+30+55=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 30 (12.11% from 255 or 35.29% from 85); Blue value is 55 (21.88% from 255 or 64.71% from 85); Max value from RGB is 55 - color contains mainly: blue. Hex color #001E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E37 is #FFE1C8. Grayscale: #171717. Windows color (decimal): -16769481 or 3612160. OLE color: 3612160.

HSL color Cylindrical-coordinate representation of color #001E37: hue angle of 207.27º 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 #001E37 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB03055-
CMYK10.4500.78
HSL207.27º100%10.78%-
HSV(B)207.27º100%21.57%-
XYZ1.151.23.79-
YUV23.88145.56110.97-

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) = 35.29%
BLUE value IS 55 (21.88% from 255) = 64.71%
R=0%
G=35.29%
B=64.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal0305510.4500.78207.2710010.78
Hex01E37642D04Ecf64b
Octal0366714455011631714413
Binary0111101101111100100101101010011101100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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