#011D27

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

Shades of Black Pearl #011D27

Tints of Black Pearl #011D27

Color information

#011D27 (or 0x011D27) is unknown color: approx Black Pearl. HEX triplet: 01, 1D and 27. RGB value is (1,29,39). Sum of RGB (Red+Green+Blue) = 1+29+39=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 29 (11.72% from 255 or 42.03% from 69); Blue value is 39 (15.62% from 255 or 56.52% from 69); Max value from RGB is 39 - color contains mainly: blue. Hex color #011D27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D27 is #FEE2D8. Grayscale: #151515. Windows color (decimal): -16704217 or 2563329. OLE color: 2563329.

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

Color convert

RGB12939-
CMYK0.970.2600.85
HSL195.79º95%7.84%-
HSV(B)195.79º97.44%15.29%-
XYZ0.821.032.08-
YUV21.77137.72113.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.45%
GREEN value IS 29 (11.72% from 255) = 42.03%
BLUE value IS 39 (15.62% from 255) = 56.52%
R=1.45%
G=42.03%
B=56.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal129390.970.2600.85195.79957.84
Hex11D27611A055c45f8
Octal1354714132012530413710
Binary111101100111110000111010010101011100010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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