#180241

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

Shades of Blackcurrant #180241

Tints of Blackcurrant #180241

Color information

#180241 (or 0x180241) is unknown color: approx Blackcurrant. HEX triplet: 18, 02 and 41. RGB value is (24,2,65). Sum of RGB (Red+Green+Blue) = 24+2+65=91 (12% of max value = 765). Red value is 24 (9.77% from 255 or 26.37% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 65 (25.78% from 255 or 71.43% from 91); Max value from RGB is 65 - color contains mainly: blue. Hex color #180241 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180241 is #E7FDBE. Grayscale: #0F0F0F. Windows color (decimal): -15203775 or 4260376. OLE color: 4260376.

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

Color convert

RGB24265-
CMYK0.630.9700.75
HSL260.95º94.03%13.14%-
HSV(B)260.95º96.92%25.49%-
XYZ1.350.625.05-
YUV15.76155.79133.88-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.37%
GREEN value IS 2 (1.17% from 255) = 2.20%
BLUE value IS 65 (25.78% from 255) = 71.43%
R=26.37%
G=2.20%
B=71.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal242650.630.9700.75260.9594.0313.14
Hex182413F6104B1055ed
Octal30210177141011340513615
Binary1100010100000111111111000010100101110000010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180241; }

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

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

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

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

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

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

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

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