Html Css Color HEX #240040 Blackcurrant

📋 copy color: '#240040'

red 36 ◦ green 0 ◦ blue 64

#240040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #240040

Tints of Blackcurrant #240040

RGB

 RED value IS 36 (14.45% from 255) = 36%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 64%

R = 36%
G = 0%
B = 64%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#240040 (or 0x240040) is known color: Blackcurrant. HEX triplet: 24, 00 and 40. RGB value is (36,0,64). Sum of RGB (Red+Green+Blue) = 36+0+64=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 64 (25.39% from 255 or 64% from 100); Max value from RGB is 64 - color contains mainly: blue. Hex color #240040 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240040 is #DBFFBF. Grayscale: #111111. Windows color (decimal): -14417856 or 4194340. OLE color: 4194340.

HSL color Cylindrical-coordinate representation of color #240040: hue angle of 273.75º 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 #240040 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 36 0 64 -
CMYK 0.44 1 0 0.75
HSL 273.75º 1% 0.13% -
HSV(B) 273.75º 1% 0.25% -
XYZ 1.65 0.75 4.91 -
YUV 18.06 153.93 140.8 -
System Red Green Blue C M Y K H S L
Decimal 36 0 64 0.44 1 0 0.75 273.75 1 0.13
Hex 24 0 40 2C 64 0 4B 112 64 D
Octal 44 0 100 54 144 0 113 422 144 15
Binary 100100 0 1000000 101100 1100100 0 1001011 100010010 1100100 1101

Color Harmonies of #240040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240040

Black with #240040

Text Example


Text Example

White with #240040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240040; }

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

 H1.HeaderClassName
 {
   color: #240040;
 }
 .AnyTagClassName
 {
   color: #240040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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