#012129

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

Shades of Black Pearl #012129

Tints of Black Pearl #012129

Color information

#012129 (or 0x012129) is unknown color: approx Black Pearl. HEX triplet: 01, 21 and 29. RGB value is (1,33,41). Sum of RGB (Red+Green+Blue) = 1+33+41=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 41 (16.41% from 255 or 54.67% from 75); Max value from RGB is 41 - color contains mainly: blue. Hex color #012129 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012129 is #FEDED6. Grayscale: #181818. Windows color (decimal): -16703191 or 2695425. OLE color: 2695425.

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

Color convert

RGB13341-
CMYK0.980.2000.84
HSL192º95.24%8.24%-
HSV(B)192º97.56%16.08%-
XYZ0.961.252.29-
YUV24.34137.4111.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.33%
GREEN value IS 33 (13.28% from 255) = 44%
BLUE value IS 41 (16.41% from 255) = 54.67%
R=1.33%
G=44%
B=54.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal133410.980.2000.8419295.248.24
Hex121296214054c05f8
Octal1415114224012430013710
Binary1100001101001110001010100010101001100000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012129; }

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

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

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

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

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

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

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

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