#18051D

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

Shades of Blackcurrant #18051D

Tints of Blackcurrant #18051D

Color information

#18051D (or 0x18051D) is unknown color: approx Blackcurrant. HEX triplet: 18, 05 and 1D. RGB value is (24,5,29). Sum of RGB (Red+Green+Blue) = 24+5+29=58 (7% of max value = 765). Red value is 24 (9.77% from 255 or 41.38% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #18051D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18051D is #E7FAE2. Grayscale: #0D0D0D. Windows color (decimal): -15203043 or 1901848. OLE color: 1901848.

HSL color Cylindrical-coordinate representation of color #18051D: hue angle of 287.5º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18051D is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB24529-
CMYK0.170.8300.89
HSL287.5º70.59%6.67%-
HSV(B)287.5º82.76%11.37%-
XYZ0.650.391.2-
YUV13.42136.79135.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 41.38%
GREEN value IS 5 (2.34% from 255) = 8.62%
BLUE value IS 29 (11.72% from 255) = 50%
R=41.38%
G=8.62%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal245290.170.8300.89287.570.596.67
Hex1851D1153059120477
Octal305352112301314401077
Binary1100010111101100011010011010110011001000001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18051D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,5,29); }

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

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

 a { background-color: rgb(24,5,29); }

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

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

 span { border-color: rgb(24,5,29); }

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