#18061E

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

Shades of Blackcurrant #18061E

Tints of Blackcurrant #18061E

Color information

#18061E (or 0x18061E) is unknown color: approx Blackcurrant. HEX triplet: 18, 06 and 1E. RGB value is (24,6,30). Sum of RGB (Red+Green+Blue) = 24+6+30=60 (7% of max value = 765). Red value is 24 (9.77% from 255 or 40% from 60); Green value is 6 (2.73% from 255 or 10% from 60); Blue value is 30 (12.11% from 255 or 50% from 60); Max value from RGB is 30 - color contains mainly: blue. Hex color #18061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18061E is #E7F9E1. Grayscale: #0E0E0E. Windows color (decimal): -15202786 or 1967640. OLE color: 1967640.

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

Color convert

RGB24630-
CMYK0.200.8000.88
HSL285º66.67%7.06%-
HSV(B)285º80%11.76%-
XYZ0.680.421.27-
YUV14.12136.96135.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 40%
GREEN value IS 6 (2.73% from 255) = 10%
BLUE value IS 30 (12.11% from 255) = 50%
R=40%
G=10%
B=50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal246300.200.8000.8828566.677.06
Hex1861E145005811d437
Octal306362412001304351037
Binary1100011011110101001010000010110001000111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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