#11232D

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

Shades of Black Pearl #11232D

Tints of Black Pearl #11232D

Color information

#11232D (or 0x11232D) is unknown color: approx Black Pearl. HEX triplet: 11, 23 and 2D. RGB value is (17,35,45). Sum of RGB (Red+Green+Blue) = 17+35+45=97 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.53% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 45 (17.97% from 255 or 46.39% from 97); Max value from RGB is 45 - color contains mainly: blue. Hex color #11232D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11232D is #EEDCD2. Grayscale: #1E1E1E. Windows color (decimal): -15654099 or 2958097. OLE color: 2958097.

HSL color Cylindrical-coordinate representation of color #11232D: hue angle of 201.43º degrees, saturation: 0.45, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #11232D is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB173545-
CMYK0.620.2200.82
HSL201.43º45.16%12.16%-
HSV(B)201.43º62.22%17.65%-
XYZ1.311.512.71-
YUV30.76136.04118.19-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.53%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 45 (17.97% from 255) = 46.39%
R=17.53%
G=36.08%
B=46.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1735450.620.2200.82201.4345.1612.16
Hex11232D3E16052c92dc
Octal214355762601223115514
Binary100011000111011011111101011001010010110010011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11232D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11232D; }

 p { color: rgb(17,35,45); }

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

<style>
 a { background-color: #11232D; }

 a { background-color: rgb(17,35,45); }

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

<style>
 span { border-color: #11232D; }

 span { border-color: rgb(17,35,45); }

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