#180340

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

Shades of Blackcurrant #180340

Tints of Blackcurrant #180340

Color information

#180340 (or 0x180340) is unknown color: approx Blackcurrant. HEX triplet: 18, 03 and 40. RGB value is (24,3,64). Sum of RGB (Red+Green+Blue) = 24+3+64=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 64 (25.39% from 255 or 70.33% from 91); Max value from RGB is 64 - color contains mainly: blue. Hex color #180340 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180340 is #E7FCBF. Grayscale: #101010. Windows color (decimal): -15203520 or 4195096. OLE color: 4195096.

HSL color Cylindrical-coordinate representation of color #180340: hue angle of 260.66º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180340 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB24364-
CMYK0.620.9500.75
HSL260.66º91.04%13.14%-
HSV(B)260.66º95.31%25.1%-
XYZ1.330.634.9-
YUV16.23154.96133.54-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 64 (25.39% from 255) = 70.33%
R=26.37%
G=3.30%
B=70.33%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal243640.620.9500.75260.6691.0413.14
Hex183403E5F04B1055bd
Octal30310076137011340513315
Binary1100011100000011111010111110100101110000010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180340; }

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

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

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

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

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

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

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

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