#001E24

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

Shades of Black Pearl #001E24

Tints of Black Pearl #001E24

Color information

#001E24 (or 0x001E24) is unknown color: approx Black Pearl. HEX triplet: 00, 1E and 24. RGB value is (0,30,36). Sum of RGB (Red+Green+Blue) = 0+30+36=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 36 (14.45% from 255 or 54.55% from 66); Max value from RGB is 36 - color contains mainly: blue. Hex color #001E24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001E24 is #FFE1DB. Grayscale: #151515. Windows color (decimal): -16769500 or 2366976. OLE color: 2366976.

HSL color Cylindrical-coordinate representation of color #001E24: hue angle of 190º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001E24 is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB03036-
CMYK10.1700.86
HSL190º100%7.06%-
HSV(B)190º100%14.12%-
XYZ0.781.061.83-
YUV21.71136.06112.51-

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) = 45.45%
BLUE value IS 36 (14.45% from 255) = 54.55%
R=0%
G=45.45%
B=54.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0303610.1700.861901007.06
Hex01E246411056be647
Octal036441442101262761447
Binary01111010010011001001000101010110101111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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