#18042E

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

Shades of Blackcurrant #18042E

Tints of Blackcurrant #18042E

Color information

#18042E (or 0x18042E) is unknown color: approx Blackcurrant. HEX triplet: 18, 04 and 2E. RGB value is (24,4,46). Sum of RGB (Red+Green+Blue) = 24+4+46=74 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.43% from 74); Green value is 4 (1.95% from 255 or 5.41% from 74); Blue value is 46 (18.36% from 255 or 62.16% from 74); Max value from RGB is 46 - color contains mainly: blue. Hex color #18042E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18042E is #E7FBD1. Grayscale: #0E0E0E. Windows color (decimal): -15203282 or 3015704. OLE color: 3015704.

HSL color Cylindrical-coordinate representation of color #18042E: hue angle of 268.57º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18042E is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB24446-
CMYK0.480.9100.82
HSL268.57º84%9.8%-
HSV(B)268.57º91.3%18.04%-
XYZ0.910.482.63-
YUV14.77145.63134.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.43%
GREEN value IS 4 (1.95% from 255) = 5.41%
BLUE value IS 46 (18.36% from 255) = 62.16%
R=32.43%
G=5.41%
B=62.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal244460.480.9100.82268.57849.8
Hex1842E305B05210d54a
Octal3045660133012241512412
Binary1100010010111011000010110110101001010000110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18042E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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