#011B27

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

Shades of Black Pearl #011B27

Tints of Black Pearl #011B27

Color information

#011B27 (or 0x011B27) is unknown color: approx Black Pearl. HEX triplet: 01, 1B and 27. RGB value is (1,27,39). Sum of RGB (Red+Green+Blue) = 1+27+39=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #011B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B27 is #FEE4D8. Grayscale: #141414. Windows color (decimal): -16704729 or 2562817. OLE color: 2562817.

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

Color convert

RGB12739-
CMYK0.970.3100.85
HSL198.95º95%7.84%-
HSV(B)198.95º97.44%15.29%-
XYZ0.770.942.06-
YUV20.59138.39114.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 27 (10.94% from 255) = 40.30%
BLUE value IS 39 (15.62% from 255) = 58.21%
R=1.49%
G=40.30%
B=58.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal127390.970.3100.85198.95957.84
Hex11B27611F055c75f8
Octal1334714137012530713710
Binary111011100111110000111111010101011100011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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