#18043C

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

Shades of Blackcurrant #18043C

Tints of Blackcurrant #18043C

Color information

#18043C (or 0x18043C) is unknown color: approx Blackcurrant. HEX triplet: 18, 04 and 3C. RGB value is (24,4,60). Sum of RGB (Red+Green+Blue) = 24+4+60=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 4 (1.95% from 255 or 4.55% from 88); Blue value is 60 (23.83% from 255 or 68.18% from 88); Max value from RGB is 60 - color contains mainly: blue. Hex color #18043C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18043C is #E7FBC3. Grayscale: #101010. Windows color (decimal): -15203268 or 3933208. OLE color: 3933208.

HSL color Cylindrical-coordinate representation of color #18043C: hue angle of 261.43º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18043C is Cyan = 0.60, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB24460-
CMYK0.600.9300.76
HSL261.43º87.5%12.55%-
HSV(B)261.43º93.33%23.53%-
XYZ1.240.614.33-
YUV16.36152.63133.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.27%
GREEN value IS 4 (1.95% from 255) = 4.55%
BLUE value IS 60 (23.83% from 255) = 68.18%
R=27.27%
G=4.55%
B=68.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal244600.600.9300.76261.4387.512.55
Hex1843C3C5D04C10558d
Octal3047474135011440513015
Binary1100010011110011110010111010100110010000010110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18043C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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