#182D36

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

Shades of Black Pearl #182D36

Tints of Black Pearl #182D36

Color information

#182D36 (or 0x182D36) is unknown color: approx Black Pearl. HEX triplet: 18, 2D and 36. RGB value is (24,45,54). Sum of RGB (Red+Green+Blue) = 24+45+54=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #182D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182D36 is #E7D2C9. Grayscale: #272727. Windows color (decimal): -15192778 or 3550488. OLE color: 3550488.

HSL color Cylindrical-coordinate representation of color #182D36: hue angle of 198º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #182D36 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB244554-
CMYK0.560.1700.79
HSL198º38.46%15.29%-
HSV(B)198º55.56%21.18%-
XYZ1.982.343.84-
YUV39.75136.04116.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 45 (17.97% from 255) = 36.59%
BLUE value IS 54 (21.48% from 255) = 43.90%
R=19.51%
G=36.59%
B=43.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2445540.560.1700.7919838.4615.29
Hex182D36381104Fc626f
Octal305566702101173064617
Binary110001011011101101110001000101001111110001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,45,54); }

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

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

 a { background-color: rgb(24,45,54); }

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

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

 span { border-color: rgb(24,45,54); }

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