#18023A

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

Shades of Blackcurrant #18023A

Tints of Blackcurrant #18023A

Color information

#18023A (or 0x18023A) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 3A. RGB value is (24,2,58). Sum of RGB (Red+Green+Blue) = 24+2+58=84 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.57% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 58 (23.05% from 255 or 69.05% from 84); Max value from RGB is 58 - color contains mainly: blue. Hex color #18023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18023A is #E7FDC5. Grayscale: #0E0E0E. Windows color (decimal): -15203782 or 3801624. OLE color: 3801624.

HSL color Cylindrical-coordinate representation of color #18023A: hue angle of 263.57º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18023A is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB24258-
CMYK0.590.9700.77
HSL263.57º93.33%11.76%-
HSV(B)263.57º96.55%22.75%-
XYZ1.160.544.05-
YUV14.96152.29134.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.57%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 58 (23.05% from 255) = 69.05%
R=28.57%
G=2.38%
B=69.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal242580.590.9700.77263.5793.3311.76
Hex1823A3B6104D1085dc
Octal3027273141011541013514
Binary110001011101011101111000010100110110000100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18023A; }

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

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

<style>
 a { background-color: #18023A; }

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

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

<style>
 span { border-color: #18023A; }

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

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