#011C27

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

Shades of Black Pearl #011C27

Tints of Black Pearl #011C27

Color information

#011C27 (or 0x011C27) is unknown color: approx Black Pearl. HEX triplet: 01, 1C and 27. RGB value is (1,28,39). Sum of RGB (Red+Green+Blue) = 1+28+39=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 28 (11.33% from 255 or 41.18% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #011C27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C27 is #FEE3D8. Grayscale: #151515. Windows color (decimal): -16704473 or 2563073. OLE color: 2563073.

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

Color convert

RGB12839-
CMYK0.970.2800.85
HSL197.37º95%7.84%-
HSV(B)197.37º97.44%15.29%-
XYZ0.790.982.07-
YUV21.18138.05113.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 28 (11.33% from 255) = 41.18%
BLUE value IS 39 (15.62% from 255) = 57.35%
R=1.47%
G=41.18%
B=57.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal128390.970.2800.85197.37957.84
Hex11C27611C055c55f8
Octal1344714134012530513710
Binary111100100111110000111100010101011100010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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