#012127

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

Shades of Black Pearl #012127

Tints of Black Pearl #012127

Color information

#012127 (or 0x012127) is unknown color: approx Black Pearl. HEX triplet: 01, 21 and 27. RGB value is (1,33,39). Sum of RGB (Red+Green+Blue) = 1+33+39=73 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.37% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 39 (15.62% from 255 or 53.42% from 73); Max value from RGB is 39 - color contains mainly: blue. Hex color #012127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012127 is #FEDED8. Grayscale: #181818. Windows color (decimal): -16703193 or 2564353. OLE color: 2564353.

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

Color convert

RGB13339-
CMYK0.970.1500.85
HSL189.47º95%7.84%-
HSV(B)189.47º97.44%15.29%-
XYZ0.921.242.11-
YUV24.12136.4111.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.37%
GREEN value IS 33 (13.28% from 255) = 45.21%
BLUE value IS 39 (15.62% from 255) = 53.42%
R=1.37%
G=45.21%
B=53.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal133390.970.1500.85189.47957.84
Hex1212761F055bd5f8
Octal1414714117012527513710
Binary110000110011111000011111010101011011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012127; }

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

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

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

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

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

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

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

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