#011B24

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

Shades of Black Pearl #011B24

Tints of Black Pearl #011B24

Color information

#011B24 (or 0x011B24) is unknown color: approx Black Pearl. HEX triplet: 01, 1B and 24. RGB value is (1,27,36). Sum of RGB (Red+Green+Blue) = 1+27+36=64 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.56% from 64); Green value is 27 (10.94% from 255 or 42.19% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #011B24 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011B24 is #FEE4DB. Grayscale: #141414. Windows color (decimal): -16704732 or 2366209. OLE color: 2366209.

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

Color convert

RGB12736-
CMYK0.970.2500.86
HSL195.43º94.59%7.25%-
HSV(B)195.43º97.22%14.12%-
XYZ0.720.921.81-
YUV20.25136.89114.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.56%
GREEN value IS 27 (10.94% from 255) = 42.19%
BLUE value IS 36 (14.45% from 255) = 56.25%
R=1.56%
G=42.19%
B=56.25%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal127360.970.2500.86195.4394.597.25
Hex11B246119056c35f7
Octal133441413101263031377
Binary11101110010011000011100101010110110000111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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