#011625

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

Shades of Black Pearl #011625

Tints of Black Pearl #011625

Color information

#011625 (or 0x011625) is unknown color: approx Black Pearl. HEX triplet: 01, 16 and 25. RGB value is (1,22,37). Sum of RGB (Red+Green+Blue) = 1+22+37=60 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.67% from 60); Green value is 22 (8.98% from 255 or 36.67% from 60); Blue value is 37 (14.84% from 255 or 61.67% from 60); Max value from RGB is 37 - color contains mainly: blue. Hex color #011625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011625 is #FEE9DA. Grayscale: #111111. Windows color (decimal): -16706011 or 2430465. OLE color: 2430465.

HSL color Cylindrical-coordinate representation of color #011625: hue angle of 205º 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 #011625 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB12237-
CMYK0.970.4100.85
HSL205º94.74%7.45%-
HSV(B)205º97.3%14.51%-
XYZ0.630.711.85-
YUV17.43139.04116.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.67%
GREEN value IS 22 (8.98% from 255) = 36.67%
BLUE value IS 37 (14.84% from 255) = 61.67%
R=1.67%
G=36.67%
B=61.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal122370.970.4100.8520594.747.45
Hex116256129055cd5f7
Octal126451415101253151377
Binary110110100101110000110100101010101110011011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011625; }

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

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

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

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

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

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

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

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