#182932

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

Shades of Black Pearl #182932

Tints of Black Pearl #182932

Color information

#182932 (or 0x182932) is unknown color: approx Black Pearl. HEX triplet: 18, 29 and 32. RGB value is (24,41,50). Sum of RGB (Red+Green+Blue) = 24+41+50=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #182932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182932 is #E7D6CD. Grayscale: #242424. Windows color (decimal): -15193806 or 3287320. OLE color: 3287320.

HSL color Cylindrical-coordinate representation of color #182932: hue angle of 200.77º 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 #182932 is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB244150-
CMYK0.520.1800.80
HSL200.77º35.14%14.51%-
HSV(B)200.77º52%19.61%-
XYZ1.752.013.31-
YUV36.94135.37118.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 41 (16.41% from 255) = 35.65%
BLUE value IS 50 (19.92% from 255) = 43.48%
R=20.87%
G=35.65%
B=43.48%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2441500.520.1800.80200.7735.1414.51
Hex1829323412050c923f
Octal305162642201203114317
Binary110001010011100101101001001001010000110010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182932; }

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

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

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

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

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

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

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

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