#012225

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

Shades of Black Pearl #012225

Tints of Black Pearl #012225

Color information

#012225 (or 0x012225) is unknown color: approx Black Pearl. HEX triplet: 01, 22 and 25. RGB value is (1,34,37). Sum of RGB (Red+Green+Blue) = 1+34+37=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 34 (13.67% from 255 or 47.22% from 72); Blue value is 37 (14.84% from 255 or 51.39% from 72); Max value from RGB is 37 - color contains mainly: blue. Hex color #012225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012225 is #FEDDDA. Grayscale: #181818. Windows color (decimal): -16702939 or 2433537. OLE color: 2433537.

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

Color convert

RGB13437-
CMYK0.970.0800.85
HSL185º94.74%7.45%-
HSV(B)185º97.3%14.51%-
XYZ0.921.281.95-
YUV24.48135.07111.26-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 34 (13.67% from 255) = 47.22%
BLUE value IS 37 (14.84% from 255) = 51.39%
R=1.39%
G=47.22%
B=51.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal134370.970.0800.8518594.747.45
Hex12225618055b95f7
Octal142451411001252711377
Binary11000101001011100001100001010101101110011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012225; }

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

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

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

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

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

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

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

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