#18041C

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

Shades of Blackcurrant #18041C

Tints of Blackcurrant #18041C

Color information

#18041C (or 0x18041C) is unknown color: approx Blackcurrant. HEX triplet: 18, 04 and 1C. RGB value is (24,4,28). Sum of RGB (Red+Green+Blue) = 24+4+28=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 4 (1.95% from 255 or 7.14% from 56); Blue value is 28 (11.33% from 255 or 50% from 56); Max value from RGB is 28 - color contains mainly: blue. Hex color #18041C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18041C is #E7FBE3. Grayscale: #0C0C0C. Windows color (decimal): -15203300 or 1836056. OLE color: 1836056.

HSL color Cylindrical-coordinate representation of color #18041C: hue angle of 290º degrees, saturation: 0.75, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18041C is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB24428-
CMYK0.140.8600.89
HSL290º75%6.27%-
HSV(B)290º85.71%10.98%-
XYZ0.630.361.14-
YUV12.72136.63136.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 42.86%
GREEN value IS 4 (1.95% from 255) = 7.14%
BLUE value IS 28 (11.33% from 255) = 50%
R=42.86%
G=7.14%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal244280.140.8600.89290756.27
Hex1841CE560591224b6
Octal304341612601314421136
Binary110001001110011101010110010110011001000101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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