#18071C

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

Shades of Blackcurrant #18071C

Tints of Blackcurrant #18071C

Color information

#18071C (or 0x18071C) is unknown color: approx Blackcurrant. HEX triplet: 18, 07 and 1C. RGB value is (24,7,28). Sum of RGB (Red+Green+Blue) = 24+7+28=59 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40.68% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 28 (11.33% from 255 or 47.46% from 59); Max value from RGB is 28 - color contains mainly: blue. Hex color #18071C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18071C is #E7F8E3. Grayscale: #0E0E0E. Windows color (decimal): -15202532 or 1836824. OLE color: 1836824.

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

Color convert

RGB24728-
CMYK0.140.7500.89
HSL288.57º60%6.86%-
HSV(B)288.57º75%10.98%-
XYZ0.660.431.15-
YUV14.48135.63134.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40.68%
GREEN value IS 7 (3.12% from 255) = 11.86%
BLUE value IS 28 (11.33% from 255) = 47.46%
R=40.68%
G=11.86%
B=47.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal247280.140.7500.89288.57606.86
Hex1871CE4B0591213c7
Octal30734161130131441747
Binary11000111111001110100101101011001100100001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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