#18062D

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

Shades of Blackcurrant #18062D

Tints of Blackcurrant #18062D

Color information

#18062D (or 0x18062D) is unknown color: approx Blackcurrant. HEX triplet: 18, 06 and 2D. RGB value is (24,6,45). Sum of RGB (Red+Green+Blue) = 24+6+45=75 (9% of max value = 765). Red value is 24 (9.77% from 255 or 32% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 45 (17.97% from 255 or 60% from 75); Max value from RGB is 45 - color contains mainly: blue. Hex color #18062D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18062D is #E7F9D2. Grayscale: #0F0F0F. Windows color (decimal): -15202771 or 2950680. OLE color: 2950680.

HSL color Cylindrical-coordinate representation of color #18062D: hue angle of 267.69º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18062D is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB24645-
CMYK0.470.8700.82
HSL267.69º76.47%10%-
HSV(B)267.69º86.67%17.65%-
XYZ0.920.512.53-
YUV15.83144.46133.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 32%
GREEN value IS 6 (2.73% from 255) = 8%
BLUE value IS 45 (17.97% from 255) = 60%
R=32%
G=8%
B=60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal246450.470.8700.82267.6976.4710
Hex1862D2F5705210c4ca
Octal3065557127012241411412
Binary1100011010110110111110101110101001010000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18062D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,6,45); }

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

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

 a { background-color: rgb(24,6,45); }

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

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

 span { border-color: rgb(24,6,45); }

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