#182A32

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

Shades of Black Pearl #182A32

Tints of Black Pearl #182A32

Color information

#182A32 (or 0x182A32) is unknown color: approx Black Pearl. HEX triplet: 18, 2A and 32. RGB value is (24,42,50). Sum of RGB (Red+Green+Blue) = 24+42+50=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 42 (16.80% from 255 or 36.21% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #182A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A32 is #E7D5CD. Grayscale: #252525. Windows color (decimal): -15193550 or 3287576. OLE color: 3287576.

HSL color Cylindrical-coordinate representation of color #182A32: hue angle of 198.46º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #182A32 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB244250-
CMYK0.520.1600.80
HSL198.46º35.14%14.51%-
HSV(B)198.46º52%19.61%-
XYZ1.782.083.33-
YUV37.53135.04118.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 42 (16.80% from 255) = 36.21%
BLUE value IS 50 (19.92% from 255) = 43.10%
R=20.69%
G=36.21%
B=43.10%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2442500.520.1600.80198.4635.1414.51
Hex182A323410050c623f
Octal305262642001203064317
Binary110001010101100101101001000001010000110001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182A32; }

 p { color: rgb(24,42,50); }

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

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

 a { background-color: rgb(24,42,50); }

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

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

 span { border-color: rgb(24,42,50); }

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