#18002E

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

Shades of Blackcurrant #18002E

Tints of Blackcurrant #18002E

Color information

#18002E (or 0x18002E) is unknown color: approx Blackcurrant. HEX triplet: 18, 00 and 2E. RGB value is (24,0,46). Sum of RGB (Red+Green+Blue) = 24+0+46=70 (9% of max value = 765). Red value is 24 (9.77% from 255 or 34.29% from 70); Green value is 0 (0.39% from 255 or 0% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #18002E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18002E is #E7FFD1. Grayscale: #0C0C0C. Windows color (decimal): -15204306 or 3014680. OLE color: 3014680.

HSL color Cylindrical-coordinate representation of color #18002E: hue angle of 271.3º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #18002E is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB24046-
CMYK0.48100.82
HSL271.3º100%9.02%-
HSV(B)271.3º100%18.04%-
XYZ0.870.392.61-
YUV12.42146.95136.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 34.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 65.71%
R=34.29%
G=0%
B=65.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal240460.48100.82271.31009.02
Hex1802E306405210f649
Octal3005660144012241714411
Binary11000010111011000011001000101001010000111111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,0,46); }

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

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

 a { background-color: rgb(24,0,46); }

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

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

 span { border-color: rgb(24,0,46); }

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