#132224

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

Shades of Black Pearl #132224

Tints of Black Pearl #132224

Color information

#132224 (or 0x132224) is unknown color: approx Black Pearl. HEX triplet: 13, 22 and 24. RGB value is (19,34,36). Sum of RGB (Red+Green+Blue) = 19+34+36=89 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.35% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: blue. Hex color #132224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #132224 is #ECDDDB. Grayscale: #1D1D1D. Windows color (decimal): -15523292 or 2368019. OLE color: 2368019.

HSL color Cylindrical-coordinate representation of color #132224: hue angle of 187.06º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #132224 is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB193436-
CMYK0.470.0600.86
HSL187.06º30.91%10.78%-
HSV(B)187.06º47.22%14.12%-
XYZ1.161.411.88-
YUV29.74131.53120.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 21.35%
GREEN value IS 34 (13.67% from 255) = 38.20%
BLUE value IS 36 (14.45% from 255) = 40.45%
R=21.35%
G=38.20%
B=40.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1934360.470.0600.86187.0630.9110.78
Hex1322242F6056bb1fb
Octal23424457601262733713
Binary100111000101001001011111100101011010111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132224; }

 p { color: rgb(19,34,36); }

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

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

 a { background-color: rgb(19,34,36); }

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

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

 span { border-color: rgb(19,34,36); }

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