#011428

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

Shades of Black Pearl #011428

Tints of Black Pearl #011428

Color information

#011428 (or 0x011428) is unknown color: approx Black Pearl. HEX triplet: 01, 14 and 28. RGB value is (1,20,40). Sum of RGB (Red+Green+Blue) = 1+20+40=61 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.64% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 40 (16.02% from 255 or 65.57% from 61); Max value from RGB is 40 - color contains mainly: blue. Hex color #011428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011428 is #FEEBD7. Grayscale: #101010. Windows color (decimal): -16706520 or 2626561. OLE color: 2626561.

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

Color convert

RGB12040-
CMYK0.980.500.84
HSL210.77º95.12%8.04%-
HSV(B)210.77º97.5%15.69%-
XYZ0.650.662.1-
YUV16.6141.21116.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.64%
GREEN value IS 20 (8.20% from 255) = 32.79%
BLUE value IS 40 (16.02% from 255) = 65.57%
R=1.64%
G=32.79%
B=65.57%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal120400.980.500.84210.7795.128.04
Hex114286232054d35f8
Octal1245014262012432313710
Binary1101001010001100010110010010101001101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011428; }

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

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

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

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

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

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

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

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