#011C25

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

Shades of Black Pearl #011C25

Tints of Black Pearl #011C25

Color information

#011C25 (or 0x011C25) is unknown color: approx Black Pearl. HEX triplet: 01, 1C and 25. RGB value is (1,28,37). Sum of RGB (Red+Green+Blue) = 1+28+37=66 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.52% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 37 (14.84% from 255 or 56.06% from 66); Max value from RGB is 37 - color contains mainly: blue. Hex color #011C25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C25 is #FEE3DA. Grayscale: #141414. Windows color (decimal): -16704475 or 2432001. OLE color: 2432001.

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

Color convert

RGB12837-
CMYK0.970.2400.85
HSL195º94.74%7.45%-
HSV(B)195º97.3%14.51%-
XYZ0.760.971.9-
YUV20.95137.05113.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.52%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 37 (14.84% from 255) = 56.06%
R=1.52%
G=42.42%
B=56.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal128370.970.2400.8519594.747.45
Hex11C256118055c35f7
Octal134451413001253031377
Binary11110010010111000011100001010101110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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