#011828

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

Shades of Black Pearl #011828

Tints of Black Pearl #011828

Color information

#011828 (or 0x011828) is unknown color: approx Black Pearl. HEX triplet: 01, 18 and 28. RGB value is (1,24,40). Sum of RGB (Red+Green+Blue) = 1+24+40=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 24 (9.77% from 255 or 36.92% from 65); Blue value is 40 (16.02% from 255 or 61.54% from 65); Max value from RGB is 40 - color contains mainly: blue. Hex color #011828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011828 is #FEE7D7. Grayscale: #121212. Windows color (decimal): -16705496 or 2627585. OLE color: 2627585.

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

Color convert

RGB12440-
CMYK0.980.4000.84
HSL204.62º95.12%8.04%-
HSV(B)204.62º97.5%15.69%-
XYZ0.720.812.13-
YUV18.95139.88115.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 24 (9.77% from 255) = 36.92%
BLUE value IS 40 (16.02% from 255) = 61.54%
R=1.54%
G=36.92%
B=61.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal124400.980.4000.84204.6295.128.04
Hex118286228054cd5f8
Octal1305014250012431513710
Binary1110001010001100010101000010101001100110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011828; }

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

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

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

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

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

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

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

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