#012231

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

Shades of Black Pearl #012231

Tints of Black Pearl #012231

Color information

#012231 (or 0x012231) is unknown color: approx Black Pearl. HEX triplet: 01, 22 and 31. RGB value is (1,34,49). Sum of RGB (Red+Green+Blue) = 1+34+49=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #012231 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012231 is #FEDDCE. Grayscale: #191919. Windows color (decimal): -16702927 or 3219969. OLE color: 3219969.

HSL color Cylindrical-coordinate representation of color #012231: hue angle of 198.75º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012231 is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB13449-
CMYK0.980.3100.81
HSL198.75º96%9.8%-
HSV(B)198.75º97.96%19.22%-
XYZ1.141.373.11-
YUV25.84141.07110.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 34 (13.67% from 255) = 40.48%
BLUE value IS 49 (19.53% from 255) = 58.33%
R=1.19%
G=40.48%
B=58.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal134490.980.3100.81198.75969.8
Hex12231621F051c760a
Octal1426114237012130714012
Binary1100010110001110001011111010100011100011111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012231; }

 p { color: rgb(1,34,49); }

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

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

 a { background-color: rgb(1,34,49); }

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

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

 span { border-color: rgb(1,34,49); }

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