#18033A

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

Shades of Blackcurrant #18033A

Tints of Blackcurrant #18033A

Color information

#18033A (or 0x18033A) is unknown color: approx Blackcurrant. HEX triplet: 18, 03 and 3A. RGB value is (24,3,58). Sum of RGB (Red+Green+Blue) = 24+3+58=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #18033A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18033A is #E7FCC5. Grayscale: #0F0F0F. Windows color (decimal): -15203526 or 3801880. OLE color: 3801880.

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

Color convert

RGB24358-
CMYK0.590.9500.77
HSL262.91º90.16%11.96%-
HSV(B)262.91º94.83%22.75%-
XYZ1.170.564.05-
YUV15.55151.96134.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.24%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 58 (23.05% from 255) = 68.24%
R=28.24%
G=3.53%
B=68.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal243580.590.9500.77262.9190.1611.96
Hex1833A3B5F04D1075ac
Octal3037273137011540713214
Binary110001111101011101110111110100110110000011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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