#18232F

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

Shades of Black Pearl #18232F

Tints of Black Pearl #18232F

Color information

#18232F (or 0x18232F) is unknown color: approx Black Pearl. HEX triplet: 18, 23 and 2F. RGB value is (24,35,47). Sum of RGB (Red+Green+Blue) = 24+35+47=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 47 (18.75% from 255 or 44.34% from 106); Max value from RGB is 47 - color contains mainly: blue. Hex color #18232F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18232F is #E7DCD0. Grayscale: #212121. Windows color (decimal): -15195345 or 3089176. OLE color: 3089176.

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

Color convert

RGB243547-
CMYK0.490.2600.82
HSL211.3º32.39%13.92%-
HSV(B)211.3º48.94%18.43%-
XYZ1.491.62.92-
YUV33.08135.86121.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.64%
GREEN value IS 35 (14.06% from 255) = 33.02%
BLUE value IS 47 (18.75% from 255) = 44.34%
R=22.64%
G=33.02%
B=44.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2435470.490.2600.82211.332.3913.92
Hex18232F311A052d320e
Octal304357613201223234016
Binary110001000111011111100011101001010010110100111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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