#240041

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

Shades of Blackcurrant #240041

Tints of Blackcurrant #240041

Color information

#240041 (or 0x240041) is unknown color: approx Blackcurrant. HEX triplet: 24, 00 and 41. RGB value is (36,0,65). Sum of RGB (Red+Green+Blue) = 36+0+65=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 65 (25.78% from 255 or 64.36% from 101); Max value from RGB is 65 - color contains mainly: blue. Hex color #240041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240041 is #DBFFBE. Grayscale: #111111. Windows color (decimal): -14417855 or 4259876. OLE color: 4259876.

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

Color convert

RGB36065-
CMYK0.45100.75
HSL273.23º100%12.75%-
HSV(B)273.23º100%25.49%-
XYZ1.680.765.06-
YUV18.17154.43140.71-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.64%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 64.36%
R=35.64%
G=0%
B=64.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal360650.45100.75273.2310012.75
Hex240412D6404B11164d
Octal44010155144011342114415
Binary1001000100000110110111001000100101110001000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240041; }

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

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

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

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

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

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

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

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