#182326

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

Shades of Black Pearl #182326

Tints of Black Pearl #182326

Color information

#182326 (or 0x182326) is unknown color: approx Black Pearl. HEX triplet: 18, 23 and 26. RGB value is (24,35,38). Sum of RGB (Red+Green+Blue) = 24+35+38=97 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.74% from 97); Green value is 35 (14.06% from 255 or 36.08% from 97); Blue value is 38 (15.23% from 255 or 39.18% from 97); Max value from RGB is 38 - color contains mainly: blue. Hex color #182326 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182326 is #E7DCD9. Grayscale: #202020. Windows color (decimal): -15195354 or 2499352. OLE color: 2499352.

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

Color convert

RGB243538-
CMYK0.370.0800.85
HSL192.86º22.58%12.16%-
HSV(B)192.86º36.84%14.9%-
XYZ1.331.542.06-
YUV32.05131.36122.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.74%
GREEN value IS 35 (14.06% from 255) = 36.08%
BLUE value IS 38 (15.23% from 255) = 39.18%
R=24.74%
G=36.08%
B=39.18%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2435380.370.0800.85192.8622.5812.16
Hex182326258055c117c
Octal304346451001253012714
Binary1100010001110011010010110000101010111000001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182326; }

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

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

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

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

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

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

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

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