#182327

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

Shades of Black Pearl #182327

Tints of Black Pearl #182327

Color information

#182327 (or 0x182327) is unknown color: approx Black Pearl. HEX triplet: 18, 23 and 27. RGB value is (24,35,39). Sum of RGB (Red+Green+Blue) = 24+35+39=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 35 (14.06% from 255 or 35.71% from 98); Blue value is 39 (15.62% from 255 or 39.80% from 98); Max value from RGB is 39 - color contains mainly: blue. Hex color #182327 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182327 is #E7DCD8. Grayscale: #202020. Windows color (decimal): -15195353 or 2564888. OLE color: 2564888.

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

Color convert

RGB243539-
CMYK0.380.1000.85
HSL196º23.81%12.35%-
HSV(B)196º38.46%15.29%-
XYZ1.341.542.15-
YUV32.17131.86122.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.49%
GREEN value IS 35 (14.06% from 255) = 35.71%
BLUE value IS 39 (15.62% from 255) = 39.80%
R=24.49%
G=35.71%
B=39.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2435390.380.1000.8519623.8112.35
Hex18232726A055c418c
Octal304347461201253043014
Binary1100010001110011110011010100101010111000100110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182327; }

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

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

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

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

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

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

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

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