#18003A

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

Shades of Blackcurrant #18003A

Tints of Blackcurrant #18003A

Color information

#18003A (or 0x18003A) is unknown color: approx Blackcurrant. HEX triplet: 18, 00 and 3A. RGB value is (24,0,58). Sum of RGB (Red+Green+Blue) = 24+0+58=82 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.27% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 58 (23.05% from 255 or 70.73% from 82); Max value from RGB is 58 - color contains mainly: blue. Hex color #18003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18003A is #E7FFC5. Grayscale: #0D0D0D. Windows color (decimal): -15204294 or 3801112. OLE color: 3801112.

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

Color convert

RGB24058-
CMYK0.59100.77
HSL264.83º100%11.37%-
HSV(B)264.83º100%22.75%-
XYZ1.140.54.04-
YUV13.79152.95135.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 29.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 70.73%
R=29.27%
G=0%
B=70.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal240580.59100.77264.8310011.37
Hex1803A3B6404D10964b
Octal3007273144011541114413
Binary11000011101011101111001000100110110000100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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