#011F24

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

Shades of Black Pearl #011F24

Tints of Black Pearl #011F24

Color information

#011F24 (or 0x011F24) is unknown color: approx Black Pearl. HEX triplet: 01, 1F and 24. RGB value is (1,31,36). Sum of RGB (Red+Green+Blue) = 1+31+36=68 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.47% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 36 (14.45% from 255 or 52.94% from 68); Max value from RGB is 36 - color contains mainly: blue. Hex color #011F24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F24 is #FEE0DB. Grayscale: #161616. Windows color (decimal): -16703708 or 2367233. OLE color: 2367233.

HSL color Cylindrical-coordinate representation of color #011F24: hue angle of 188.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #011F24 is Cyan = 0.97, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB13136-
CMYK0.970.1400.86
HSL188.57º94.59%7.25%-
HSV(B)188.57º97.22%14.12%-
XYZ0.821.111.84-
YUV22.6135.56112.59-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.47%
GREEN value IS 31 (12.5% from 255) = 45.59%
BLUE value IS 36 (14.45% from 255) = 52.94%
R=1.47%
G=45.59%
B=52.94%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal131360.970.1400.86188.5794.597.25
Hex11F2461E056bd5f7
Octal137441411601262751377
Binary1111111001001100001111001010110101111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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