#011228

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

Shades of Black Pearl #011228

Tints of Black Pearl #011228

Color information

#011228 (or 0x011228) is unknown color: approx Black Pearl. HEX triplet: 01, 12 and 28. RGB value is (1,18,40). Sum of RGB (Red+Green+Blue) = 1+18+40=59 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.69% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 40 (16.02% from 255 or 67.80% from 59); Max value from RGB is 40 - color contains mainly: blue. Hex color #011228 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011228 is #FEEDD7. Grayscale: #0F0F0F. Windows color (decimal): -16707032 or 2626049. OLE color: 2626049.

HSL color Cylindrical-coordinate representation of color #011228: hue angle of 213.85º 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 #011228 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB11840-
CMYK0.980.5500.84
HSL213.85º95.12%8.04%-
HSV(B)213.85º97.5%15.69%-
XYZ0.610.592.09-
YUV15.42141.87117.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.69%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 40 (16.02% from 255) = 67.80%
R=1.69%
G=30.51%
B=67.80%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal118400.980.5500.84213.8595.128.04
Hex112286237054d65f8
Octal1225014267012432613710
Binary1100101010001100010110111010101001101011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011228; }

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

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

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

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

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

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

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

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