#001828

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

Shades of Black Pearl #001828

Tints of Black Pearl #001828

Color information

#001828 (or 0x001828) is unknown color: approx Black Pearl. HEX triplet: 00, 18 and 28. RGB value is (0,24,40). Sum of RGB (Red+Green+Blue) = 0+24+40=64 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 40 (16.02% from 255 or 62.5% from 64); Max value from RGB is 40 - color contains mainly: blue. Hex color #001828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001828 is #FFE7D7. Grayscale: #121212. Windows color (decimal): -16771032 or 2627584. OLE color: 2627584.

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

Color convert

RGB02440-
CMYK10.4000.84
HSL204º100%7.84%-
HSV(B)204º100%15.69%-
XYZ0.710.812.13-
YUV18.65140.05114.7-

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) = 37.5%
BLUE value IS 40 (16.02% 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.84
SystemRedGreenBlueCMYKHSL
Decimal0244010.4000.842041007.84
Hex018286428054cc648
Octal0305014450012431414410
Binary0110001010001100100101000010101001100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001828; }

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

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

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

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

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

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

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

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