#012124

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

Shades of Black Pearl #012124

Tints of Black Pearl #012124

Color information

#012124 (or 0x012124) is unknown color: approx Black Pearl. HEX triplet: 01, 21 and 24. RGB value is (1,33,36). Sum of RGB (Red+Green+Blue) = 1+33+36=70 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.43% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 36 (14.45% from 255 or 51.43% from 70); Max value from RGB is 36 - color contains mainly: blue. Hex color #012124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012124 is #FEDEDB. Grayscale: #171717. Windows color (decimal): -16703196 or 2367745. OLE color: 2367745.

HSL color Cylindrical-coordinate representation of color #012124: hue angle of 185.14º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #012124 is Cyan = 0.97, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB13336-
CMYK0.970.0800.86
HSL185.14º94.59%7.25%-
HSV(B)185.14º97.22%14.12%-
XYZ0.871.221.86-
YUV23.77134.9111.76-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.43%
GREEN value IS 33 (13.28% from 255) = 47.14%
BLUE value IS 36 (14.45% from 255) = 51.43%
R=1.43%
G=47.14%
B=51.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal133360.970.0800.86185.1494.597.25
Hex12124618056b95f7
Octal141441411001262711377
Binary11000011001001100001100001010110101110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012124; }

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

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

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

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

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

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

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

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