#241140

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

Shades of Blackcurrant #241140

Tints of Blackcurrant #241140

Color information

#241140 (or 0x241140) is unknown color: approx Blackcurrant. HEX triplet: 24, 11 and 40. RGB value is (36,17,64). Sum of RGB (Red+Green+Blue) = 36+17+64=117 (15% of max value = 765). Red value is 36 (14.45% from 255 or 30.77% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 64 (25.39% from 255 or 54.70% from 117); Max value from RGB is 64 - color contains mainly: blue. Hex color #241140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241140 is #DBEEBF. Grayscale: #1B1B1B. Windows color (decimal): -14413504 or 4198692. OLE color: 4198692.

HSL color Cylindrical-coordinate representation of color #241140: hue angle of 264.26º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #241140 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB361764-
CMYK0.440.7300.75
HSL264.26º58.02%15.88%-
HSV(B)264.26º73.44%25.1%-
XYZ1.851.154.97-
YUV28.04148.29133.68-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 30.77%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 64 (25.39% from 255) = 54.70%
R=30.77%
G=14.53%
B=54.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3617640.440.7300.75264.2658.0215.88
Hex2411402C4904B1083a10
Octal44211005411101134107220
Binary10010010001100000010110010010010100101110000100011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241140; }

 p { color: rgb(36,17,64); }

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

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

 a { background-color: rgb(36,17,64); }

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

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

 span { border-color: rgb(36,17,64); }

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