#18042D

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

Shades of Blackcurrant #18042D

Tints of Blackcurrant #18042D

Color information

#18042D (or 0x18042D) is unknown color: approx Blackcurrant. HEX triplet: 18, 04 and 2D. RGB value is (24,4,45). Sum of RGB (Red+Green+Blue) = 24+4+45=73 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32.88% from 73); Green value is 4 (1.95% from 255 or 5.48% from 73); Blue value is 45 (17.97% from 255 or 61.64% from 73); Max value from RGB is 45 - color contains mainly: blue. Hex color #18042D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18042D is #E7FBD2. Grayscale: #0E0E0E. Windows color (decimal): -15203283 or 2950168. OLE color: 2950168.

HSL color Cylindrical-coordinate representation of color #18042D: hue angle of 269.27º 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 #18042D is Cyan = 0.47, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB24445-
CMYK0.470.9100.82
HSL269.27º83.67%9.61%-
HSV(B)269.27º91.11%17.65%-
XYZ0.890.472.53-
YUV14.65145.13134.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32.88%
GREEN value IS 4 (1.95% from 255) = 5.48%
BLUE value IS 45 (17.97% from 255) = 61.64%
R=32.88%
G=5.48%
B=61.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal244450.470.9100.82269.2783.679.61
Hex1842D2F5B05210d54a
Octal3045557133012241512412
Binary1100010010110110111110110110101001010000110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18042D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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