#011D23

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

Shades of Black Pearl #011D23

Tints of Black Pearl #011D23

Color information

#011D23 (or 0x011D23) is unknown color: approx Black Pearl. HEX triplet: 01, 1D and 23. RGB value is (1,29,35). Sum of RGB (Red+Green+Blue) = 1+29+35=65 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.54% from 65); Green value is 29 (11.72% from 255 or 44.62% from 65); Blue value is 35 (14.06% from 255 or 53.85% from 65); Max value from RGB is 35 - color contains mainly: blue. Hex color #011D23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011D23 is #FEE2DC. Grayscale: #151515. Windows color (decimal): -16704221 or 2301185. OLE color: 2301185.

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

Color convert

RGB12935-
CMYK0.970.1700.86
HSL190.59º94.44%7.06%-
HSV(B)190.59º97.14%13.73%-
XYZ0.761.011.74-
YUV21.31135.72113.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.54%
GREEN value IS 29 (11.72% from 255) = 44.62%
BLUE value IS 35 (14.06% from 255) = 53.85%
R=1.54%
G=44.62%
B=53.85%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal129350.970.1700.86190.5994.447.06
Hex11D236111056bf5e7
Octal135431412101262771367
Binary11110110001111000011000101010110101111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,29,35); }

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

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

 a { background-color: rgb(1,29,35); }

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

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

 span { border-color: rgb(1,29,35); }

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