#18022E

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

Shades of Blackcurrant #18022E

Tints of Blackcurrant #18022E

Color information

#18022E (or 0x18022E) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 2E. RGB value is (24,2,46). Sum of RGB (Red+Green+Blue) = 24+2+46=72 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.33% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 46 (18.36% from 255 or 63.89% from 72); Max value from RGB is 46 - color contains mainly: blue. Hex color #18022E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18022E is #E7FDD1. Grayscale: #0D0D0D. Windows color (decimal): -15203794 or 3015192. OLE color: 3015192.

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

Color convert

RGB24246-
CMYK0.480.9600.82
HSL270º91.67%9.41%-
HSV(B)270º95.65%18.04%-
XYZ0.890.432.62-
YUV13.59146.29135.42-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 46 (18.36% from 255) = 63.89%
R=33.33%
G=2.78%
B=63.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal242460.480.9600.8227091.679.41
Hex1822E306005210e5c9
Octal3025660140012241613411
Binary110001010111011000011000000101001010000111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18022E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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