#001824

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

Shades of Black Pearl #001824

Tints of Black Pearl #001824

Color information

#001824 (or 0x001824) is unknown color: approx Black Pearl. HEX triplet: 00, 18 and 24. RGB value is (0,24,36). Sum of RGB (Red+Green+Blue) = 0+24+36=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 24 (9.77% from 255 or 40% from 60); Blue value is 36 (14.45% from 255 or 60% from 60); Max value from RGB is 36 - color contains mainly: blue. Hex color #001824 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001824 is #FFE7DB. Grayscale: #121212. Windows color (decimal): -16771036 or 2365440. OLE color: 2365440.

HSL color Cylindrical-coordinate representation of color #001824: hue angle of 200º 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 #001824 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB02436-
CMYK10.3300.86
HSL200º100%7.06%-
HSV(B)200º100%14.12%-
XYZ0.650.781.79-
YUV18.19138.05115.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 40%
BLUE value IS 36 (14.45% from 255) = 60%
R=0%
G=40%
B=60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal0243610.3300.862001007.06
Hex018246421056c8647
Octal030441444101263101447
Binary011000100100110010010000101010110110010001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001824; }

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

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

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

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

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

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

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

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