#11202B

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

Shades of Black Pearl #11202B

Tints of Black Pearl #11202B

Color information

#11202B (or 0x11202B) is unknown color: approx Black Pearl. HEX triplet: 11, 20 and 2B. RGB value is (17,32,43). Sum of RGB (Red+Green+Blue) = 17+32+43=92 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.48% from 92); Green value is 32 (12.89% from 255 or 34.78% from 92); Blue value is 43 (17.19% from 255 or 46.74% from 92); Max value from RGB is 43 - color contains mainly: blue. Hex color #11202B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11202B is #EEDFD4. Grayscale: #1C1C1C. Windows color (decimal): -15654869 or 2826257. OLE color: 2826257.

HSL color Cylindrical-coordinate representation of color #11202B: hue angle of 205.38º 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 #11202B is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB173243-
CMYK0.600.2600.83
HSL205.38º43.33%11.76%-
HSV(B)205.38º60.47%16.86%-
XYZ1.181.332.48-
YUV28.77136.03119.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 18.48%
GREEN value IS 32 (12.89% from 255) = 34.78%
BLUE value IS 43 (17.19% from 255) = 46.74%
R=18.48%
G=34.78%
B=46.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1732430.600.2600.83205.3843.3311.76
Hex11202B3C1A053cd2bc
Octal214053743201233155314
Binary100011000001010111111001101001010011110011011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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