#18071E

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

Shades of Blackcurrant #18071E

Tints of Blackcurrant #18071E

Color information

#18071E (or 0x18071E) is unknown color: approx Blackcurrant. HEX triplet: 18, 07 and 1E. RGB value is (24,7,30). Sum of RGB (Red+Green+Blue) = 24+7+30=61 (8% of max value = 765). Red value is 24 (9.77% from 255 or 39.34% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 30 (12.11% from 255 or 49.18% from 61); Max value from RGB is 30 - color contains mainly: blue. Hex color #18071E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18071E is #E7F8E1. Grayscale: #0E0E0E. Windows color (decimal): -15202530 or 1967896. OLE color: 1967896.

HSL color Cylindrical-coordinate representation of color #18071E: hue angle of 284.35º degrees, saturation: 0.62, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #18071E is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB24730-
CMYK0.200.7700.88
HSL284.35º62.16%7.25%-
HSV(B)284.35º76.67%11.76%-
XYZ0.690.441.28-
YUV14.7136.63134.63-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 39.34%
GREEN value IS 7 (3.12% from 255) = 11.48%
BLUE value IS 30 (12.11% from 255) = 49.18%
R=39.34%
G=11.48%
B=49.18%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal247300.200.7700.88284.3562.167.25
Hex1871E144D05811c3e7
Octal30736241150130434767
Binary110001111111010100100110101011000100011100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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