#18242F

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

Shades of Black Pearl #18242F

Tints of Black Pearl #18242F

Color information

#18242F (or 0x18242F) is unknown color: approx Black Pearl. HEX triplet: 18, 24 and 2F. RGB value is (24,36,47). Sum of RGB (Red+Green+Blue) = 24+36+47=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 36 (14.45% from 255 or 33.64% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #18242F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18242F is #E7DBD0. Grayscale: #212121. Windows color (decimal): -15195089 or 3089432. OLE color: 3089432.

HSL color Cylindrical-coordinate representation of color #18242F: hue angle of 208.7º 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 #18242F is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB243647-
CMYK0.490.2300.82
HSL208.7º32.39%13.92%-
HSV(B)208.7º48.94%18.43%-
XYZ1.521.662.93-
YUV33.67135.52121.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 36 (14.45% from 255) = 33.64%
BLUE value IS 47 (18.75% from 255) = 43.93%
R=22.43%
G=33.64%
B=43.93%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2436470.490.2300.82208.732.3913.92
Hex18242F3117052d120e
Octal304457612701223214016
Binary110001001001011111100011011101010010110100011000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18242F; }

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

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

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

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

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

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

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

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