#011F2C

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

Shades of Black Pearl #011F2C

Tints of Black Pearl #011F2C

Color information

#011F2C (or 0x011F2C) is unknown color: approx Black Pearl. HEX triplet: 01, 1F and 2C. RGB value is (1,31,44). Sum of RGB (Red+Green+Blue) = 1+31+44=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 31 (12.5% from 255 or 40.79% from 76); Blue value is 44 (17.58% from 255 or 57.89% from 76); Max value from RGB is 44 - color contains mainly: blue. Hex color #011F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F2C is #FEE0D3. Grayscale: #171717. Windows color (decimal): -16703700 or 2891521. OLE color: 2891521.

HSL color Cylindrical-coordinate representation of color #011F2C: hue angle of 198.14º 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 #011F2C is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB13144-
CMYK0.980.3000.83
HSL198.14º95.56%8.82%-
HSV(B)198.14º97.73%17.25%-
XYZ0.961.172.56-
YUV23.51139.56111.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.32%
GREEN value IS 31 (12.5% from 255) = 40.79%
BLUE value IS 44 (17.58% from 255) = 57.89%
R=1.32%
G=40.79%
B=57.89%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal131440.980.3000.83198.1495.568.82
Hex11F2C621E053c6609
Octal1375414236012330614011
Binary111111101100110001011110010100111100011011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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