#011A25

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

Shades of Black Pearl #011A25

Tints of Black Pearl #011A25

Color information

#011A25 (or 0x011A25) is unknown color: approx Black Pearl. HEX triplet: 01, 1A and 25. RGB value is (1,26,37). Sum of RGB (Red+Green+Blue) = 1+26+37=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 26 (10.55% from 255 or 40.62% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #011A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011A25 is #FEE5DA. Grayscale: #131313. Windows color (decimal): -16704987 or 2431489. OLE color: 2431489.

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

Color convert

RGB12637-
CMYK0.970.3000.85
HSL198.33º94.74%7.45%-
HSV(B)198.33º97.3%14.51%-
XYZ0.720.881.88-
YUV19.78137.72114.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 26 (10.55% from 255) = 40.62%
BLUE value IS 37 (14.84% from 255) = 57.81%
R=1.56%
G=40.62%
B=57.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal126370.970.3000.85198.3394.747.45
Hex11A25611E055c65f7
Octal132451413601253061377
Binary11101010010111000011111001010101110001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011A25; }

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

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

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

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

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

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

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

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