#012128

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

Shades of Black Pearl #012128

Tints of Black Pearl #012128

Color information

#012128 (or 0x012128) is unknown color: approx Black Pearl. HEX triplet: 01, 21 and 28. RGB value is (1,33,40). Sum of RGB (Red+Green+Blue) = 1+33+40=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 33 (13.28% from 255 or 44.59% from 74); Blue value is 40 (16.02% from 255 or 54.05% from 74); Max value from RGB is 40 - color contains mainly: blue. Hex color #012128 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012128 is #FEDED7. Grayscale: #181818. Windows color (decimal): -16703192 or 2629889. OLE color: 2629889.

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

Color convert

RGB13340-
CMYK0.980.1700.84
HSL190.77º95.12%8.04%-
HSV(B)190.77º97.5%15.69%-
XYZ0.941.252.2-
YUV24.23136.9111.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.35%
GREEN value IS 33 (13.28% from 255) = 44.59%
BLUE value IS 40 (16.02% from 255) = 54.05%
R=1.35%
G=44.59%
B=54.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal133400.980.1700.84190.7795.128.04
Hex121286211054bf5f8
Octal1415014221012427713710
Binary1100001101000110001010001010101001011111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012128; }

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

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

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

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

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

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

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

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