#18031C

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

Shades of Blackcurrant #18031C

Tints of Blackcurrant #18031C

Color information

#18031C (or 0x18031C) is unknown color: approx Blackcurrant. HEX triplet: 18, 03 and 1C. RGB value is (24,3,28). Sum of RGB (Red+Green+Blue) = 24+3+28=55 (7% of max value = 765). Red value is 24 (9.77% from 255 or 43.64% from 55); Green value is 3 (1.56% from 255 or 5.45% from 55); Blue value is 28 (11.33% from 255 or 50.91% from 55); Max value from RGB is 28 - color contains mainly: blue. Hex color #18031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18031C is #E7FCE3. Grayscale: #0C0C0C. Windows color (decimal): -15203556 or 1835800. OLE color: 1835800.

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

Color convert

RGB24328-
CMYK0.140.8900.89
HSL290.4º80.65%6.08%-
HSV(B)290.4º89.29%10.98%-
XYZ0.620.341.13-
YUV12.13136.96136.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 43.64%
GREEN value IS 3 (1.56% from 255) = 5.45%
BLUE value IS 28 (11.33% from 255) = 50.91%
R=43.64%
G=5.45%
B=50.91%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal243280.140.8900.89290.480.656.08
Hex1831CE59059122516
Octal303341613101314421216
Binary11000111110011101011001010110011001000101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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