#011F23

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

Shades of Black Pearl #011F23

Tints of Black Pearl #011F23

Color information

#011F23 (or 0x011F23) is unknown color: approx Black Pearl. HEX triplet: 01, 1F and 23. RGB value is (1,31,35). Sum of RGB (Red+Green+Blue) = 1+31+35=67 (8% of max value = 765). Red value is 1 (0.78% from 255 or 1.49% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 35 (14.06% from 255 or 52.24% from 67); Max value from RGB is 35 - color contains mainly: blue. Hex color #011F23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011F23 is #FEE0DC. Grayscale: #161616. Windows color (decimal): -16703709 or 2301697. OLE color: 2301697.

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

Color convert

RGB13135-
CMYK0.970.1100.86
HSL187.06º94.44%7.06%-
HSV(B)187.06º97.14%13.73%-
XYZ0.811.111.76-
YUV22.49135.06112.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.49%
GREEN value IS 31 (12.5% from 255) = 46.27%
BLUE value IS 35 (14.06% from 255) = 52.24%
R=1.49%
G=46.27%
B=52.24%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal131350.970.1100.86187.0694.447.06
Hex11F2361B056bb5e7
Octal137431411301262731367
Binary1111111000111100001101101010110101110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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