#011B2C

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

Shades of Black Pearl #011B2C

Tints of Black Pearl #011B2C

Color information

#011B2C (or 0x011B2C) is unknown color: approx Black Pearl. HEX triplet: 01, 1B and 2C. RGB value is (1,27,44). Sum of RGB (Red+Green+Blue) = 1+27+44=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 27 (10.94% from 255 or 37.5% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #011B2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B2C is #FEE4D3. Grayscale: #151515. Windows color (decimal): -16704724 or 2890497. OLE color: 2890497.

HSL color Cylindrical-coordinate representation of color #011B2C: hue angle of 203.72º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011B2C is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB12744-
CMYK0.980.3900.83
HSL203.72º95.56%8.82%-
HSV(B)203.72º97.73%17.25%-
XYZ0.860.972.53-
YUV21.16140.89113.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 27 (10.94% from 255) = 37.5%
BLUE value IS 44 (17.58% from 255) = 61.11%
R=1.39%
G=37.5%
B=61.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal127440.980.3900.83203.7295.568.82
Hex11B2C6227053cc609
Octal1335414247012331414011
Binary1110111011001100010100111010100111100110011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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