#180327

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

Shades of Blackcurrant #180327

Tints of Blackcurrant #180327

Color information

#180327 (or 0x180327) is unknown color: approx Blackcurrant. HEX triplet: 18, 03 and 27. RGB value is (24,3,39). Sum of RGB (Red+Green+Blue) = 24+3+39=66 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.36% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 39 (15.62% from 255 or 59.09% from 66); Max value from RGB is 39 - color contains mainly: blue. Hex color #180327 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180327 is #E7FCD8. Grayscale: #0D0D0D. Windows color (decimal): -15203545 or 2556696. OLE color: 2556696.

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

Color convert

RGB24339-
CMYK0.380.9200.85
HSL275º85.71%8.24%-
HSV(B)275º92.31%15.29%-
XYZ0.780.411.96-
YUV13.38142.46135.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 36.36%
GREEN value IS 3 (1.56% from 255) = 4.55%
BLUE value IS 39 (15.62% from 255) = 59.09%
R=36.36%
G=4.55%
B=59.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal243390.380.9200.8527585.718.24
Hex18327265C055113568
Octal3034746134012542312610
Binary110001110011110011010111000101010110001001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180327; }

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

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

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

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

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

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

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

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