#182325

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

Shades of Black Pearl #182325

Tints of Black Pearl #182325

Color information

#182325 (or 0x182325) is unknown color: approx Black Pearl. HEX triplet: 18, 23 and 25. RGB value is (24,35,37). Sum of RGB (Red+Green+Blue) = 24+35+37=96 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25% from 96); Green value is 35 (14.06% from 255 or 36.46% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 37 - color contains mainly: blue. Hex color #182325 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182325 is #E7DCDA. Grayscale: #1F1F1F. Windows color (decimal): -15195355 or 2433816. OLE color: 2433816.

HSL color Cylindrical-coordinate representation of color #182325: hue angle of 189.23º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #182325 is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB243537-
CMYK0.350.0500.85
HSL189.23º21.31%11.96%-
HSV(B)189.23º35.14%14.51%-
XYZ1.311.531.98-
YUV31.94130.86122.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25%
GREEN value IS 35 (14.06% from 255) = 36.46%
BLUE value IS 37 (14.84% from 255) = 38.54%
R=25%
G=36.46%
B=38.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2435370.350.0500.85189.2321.3111.96
Hex182325235055bd15c
Octal30434543501252752514
Binary110001000111001011000111010101010110111101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182325; }

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

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

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

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

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

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

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

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