#18042C

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

Shades of Blackcurrant #18042C

Tints of Blackcurrant #18042C

Color information

#18042C (or 0x18042C) is unknown color: approx Blackcurrant. HEX triplet: 18, 04 and 2C. RGB value is (24,4,44). Sum of RGB (Red+Green+Blue) = 24+4+44=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 4 (1.95% from 255 or 5.56% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #18042C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18042C is #E7FBD3. Grayscale: #0E0E0E. Windows color (decimal): -15203284 or 2884632. OLE color: 2884632.

HSL color Cylindrical-coordinate representation of color #18042C: hue angle of 270º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18042C is Cyan = 0.45, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB24444-
CMYK0.450.9100.83
HSL270º83.33%9.41%-
HSV(B)270º90.91%17.25%-
XYZ0.870.462.43-
YUV14.54144.63134.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 4 (1.95% from 255) = 5.56%
BLUE value IS 44 (17.58% from 255) = 61.11%
R=33.33%
G=5.56%
B=61.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal244440.450.9100.8327083.339.41
Hex1842C2D5B05310e539
Octal3045455133012341612311
Binary1100010010110010110110110110101001110000111010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18042C; }

 p { color: rgb(24,4,44); }

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

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

 a { background-color: rgb(24,4,44); }

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

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

 span { border-color: rgb(24,4,44); }

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