#182A2F

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

Shades of Black Pearl #182A2F

Tints of Black Pearl #182A2F

Color information

#182A2F (or 0x182A2F) is unknown color: approx Black Pearl. HEX triplet: 18, 2A and 2F. RGB value is (24,42,47). Sum of RGB (Red+Green+Blue) = 24+42+47=113 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.24% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #182A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A2F is #E7D5D0. Grayscale: #252525. Windows color (decimal): -15193553 or 3090968. OLE color: 3090968.

HSL color Cylindrical-coordinate representation of color #182A2F: hue angle of 193.04º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #182A2F is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB244247-
CMYK0.490.1100.82
HSL193.04º32.39%13.92%-
HSV(B)193.04º48.94%18.43%-
XYZ1.722.063-
YUV37.19133.54118.59-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.24%
GREEN value IS 42 (16.80% from 255) = 37.17%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=21.24%
G=37.17%
B=41.59%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2442470.490.1100.82193.0432.3913.92
Hex182A2F31B052c120e
Octal305257611301223014016
Binary11000101010101111110001101101010010110000011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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