#18022D

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

Shades of Blackcurrant #18022D

Tints of Blackcurrant #18022D

Color information

#18022D (or 0x18022D) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 2D. RGB value is (24,2,45). Sum of RGB (Red+Green+Blue) = 24+2+45=71 (9% of max value = 765). Red value is 24 (9.77% from 255 or 33.80% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 45 (17.97% from 255 or 63.38% from 71); Max value from RGB is 45 - color contains mainly: blue. Hex color #18022D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18022D is #E7FDD2. Grayscale: #0D0D0D. Windows color (decimal): -15203795 or 2949656. OLE color: 2949656.

HSL color Cylindrical-coordinate representation of color #18022D: hue angle of 270.7º degrees, saturation: 0.91, 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 #18022D is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB24245-
CMYK0.470.9600.82
HSL270.7º91.49%9.22%-
HSV(B)270.7º95.56%17.65%-
XYZ0.870.432.52-
YUV13.48145.79135.5-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 33.80%
GREEN value IS 2 (1.17% from 255) = 2.82%
BLUE value IS 45 (17.97% from 255) = 63.38%
R=33.80%
G=2.82%
B=63.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal242450.470.9600.82270.791.499.22
Hex1822D2F6005210f5b9
Octal3025557140012241713311
Binary110001010110110111111000000101001010000111110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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