#11232C

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

Shades of Black Pearl #11232C

Tints of Black Pearl #11232C

Color information

#11232C (or 0x11232C) is unknown color: approx Black Pearl. HEX triplet: 11, 23 and 2C. RGB value is (17,35,44). Sum of RGB (Red+Green+Blue) = 17+35+44=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 44 (17.58% from 255 or 45.83% from 96); Max value from RGB is 44 - color contains mainly: blue. Hex color #11232C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11232C is #EEDCD3. Grayscale: #1E1E1E. Windows color (decimal): -15654100 or 2892561. OLE color: 2892561.

HSL color Cylindrical-coordinate representation of color #11232C: hue angle of 200º degrees, saturation: 0.44, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #11232C is Cyan = 0.61, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB173544-
CMYK0.610.2000.83
HSL200º44.26%11.96%-
HSV(B)200º61.36%17.25%-
XYZ1.291.52.61-
YUV30.64135.54118.27-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.71%
GREEN value IS 35 (14.06% from 255) = 36.46%
BLUE value IS 44 (17.58% from 255) = 45.83%
R=17.71%
G=36.46%
B=45.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1735440.610.2000.8320044.2611.96
Hex11232C3D14053c82cc
Octal214354752401233105414
Binary100011000111011001111011010001010011110010001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11232C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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