#11232B

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

Shades of Black Pearl #11232B

Tints of Black Pearl #11232B

Color information

#11232B (or 0x11232B) is unknown color: approx Black Pearl. HEX triplet: 11, 23 and 2B. RGB value is (17,35,43). Sum of RGB (Red+Green+Blue) = 17+35+43=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 43 (17.19% from 255 or 45.26% from 95); Max value from RGB is 43 - color contains mainly: blue. Hex color #11232B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11232B is #EEDCD4. Grayscale: #1E1E1E. Windows color (decimal): -15654101 or 2827025. OLE color: 2827025.

HSL color Cylindrical-coordinate representation of color #11232B: hue angle of 198.46º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11232B is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB173543-
CMYK0.600.1900.83
HSL198.46º43.33%11.76%-
HSV(B)198.46º60.47%16.86%-
XYZ1.271.52.51-
YUV30.53135.04118.35-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 43 (17.19% from 255) = 45.26%
R=17.89%
G=36.84%
B=45.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1735430.600.1900.83198.4643.3311.76
Hex11232B3C13053c62bc
Octal214353742301233065314
Binary100011000111010111111001001101010011110001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11232B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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