#240141

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

Shades of Blackcurrant #240141

Tints of Blackcurrant #240141

Color information

#240141 (or 0x240141) is unknown color: approx Blackcurrant. HEX triplet: 24, 01 and 41. RGB value is (36,1,65). Sum of RGB (Red+Green+Blue) = 36+1+65=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 1 (0.78% from 255 or 0.98% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #240141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240141 is #DBFEBE. Grayscale: #121212. Windows color (decimal): -14417599 or 4260132. OLE color: 4260132.

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

Color convert

RGB36165-
CMYK0.450.9800.75
HSL272.81º96.97%12.94%-
HSV(B)272.81º98.46%25.49%-
XYZ1.690.785.06-
YUV18.76154.1140.3-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.29%
GREEN value IS 1 (0.78% from 255) = 0.98%
BLUE value IS 65 (25.78% from 255) = 63.73%
R=35.29%
G=0.98%
B=63.73%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal361650.450.9800.75272.8196.9712.94
Hex241412D6204B11161d
Octal44110155142011342114115
Binary1001001100000110110111000100100101110001000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240141; }

 p { color: rgb(36,1,65); }

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

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

 a { background-color: rgb(36,1,65); }

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

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

 span { border-color: rgb(36,1,65); }

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