#11242A

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

Shades of Black Pearl #11242A

Tints of Black Pearl #11242A

Color information

#11242A (or 0x11242A) is unknown color: approx Black Pearl. HEX triplet: 11, 24 and 2A. RGB value is (17,36,42). Sum of RGB (Red+Green+Blue) = 17+36+42=95 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.89% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 42 (16.80% from 255 or 44.21% from 95); Max value from RGB is 42 - color contains mainly: blue. Hex color #11242A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11242A is #EEDBD5. Grayscale: #1E1E1E. Windows color (decimal): -15653846 or 2761745. OLE color: 2761745.

HSL color Cylindrical-coordinate representation of color #11242A: hue angle of 194.4º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11242A is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB173642-
CMYK0.600.1400.84
HSL194.4º42.37%11.57%-
HSV(B)194.4º59.52%16.47%-
XYZ1.281.552.42-
YUV31134.21118.01-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 17.89%
GREEN value IS 36 (14.45% from 255) = 37.89%
BLUE value IS 42 (16.80% from 255) = 44.21%
R=17.89%
G=37.89%
B=44.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1736420.600.1400.84194.442.3711.57
Hex11242A3CE054c22ac
Octal214452741601243025214
Binary10001100100101010111100111001010100110000101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11242A; }

 p { color: rgb(17,36,42); }

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

<style>
 a { background-color: #11242A; }

 a { background-color: rgb(17,36,42); }

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

<style>
 span { border-color: #11242A; }

 span { border-color: rgb(17,36,42); }

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