#18043D

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

Shades of Blackcurrant #18043D

Tints of Blackcurrant #18043D

Color information

#18043D (or 0x18043D) is unknown color: approx Blackcurrant. HEX triplet: 18, 04 and 3D. RGB value is (24,4,61). Sum of RGB (Red+Green+Blue) = 24+4+61=89 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.97% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #18043D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18043D is #E7FBC2. Grayscale: #101010. Windows color (decimal): -15203267 or 3998744. OLE color: 3998744.

HSL color Cylindrical-coordinate representation of color #18043D: hue angle of 261.05º 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 #18043D is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB24461-
CMYK0.610.9300.76
HSL261.05º87.69%12.75%-
HSV(B)261.05º93.44%23.92%-
XYZ1.260.624.47-
YUV16.48153.13133.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.97%
GREEN value IS 4 (1.95% from 255) = 4.49%
BLUE value IS 61 (24.22% from 255) = 68.54%
R=26.97%
G=4.49%
B=68.54%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal244610.610.9300.76261.0587.6912.75
Hex1843D3D5D04C10558d
Octal3047575135011440513015
Binary1100010011110111110110111010100110010000010110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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