Html Css Color HEX #240540 Blackcurrant

📋 copy color: '#240540'

red 36 ◦ green 5 ◦ blue 64

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

Shades of Blackcurrant #240540

Tints of Blackcurrant #240540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.76%

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

R = 34.29%
G = 4.76%
B = 60.95%

CMYK

 C value IS 0.44

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#240540 (or 0x240540) is known color: Blackcurrant. HEX triplet: 24, 05 and 40. RGB value is (36,5,64). Sum of RGB (Red+Green+Blue) = 36+5+64=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 5 (2.34% from 255 or 4.76% from 105); Blue value is 64 (25.39% from 255 or 60.95% from 105); Max value from RGB is 64 - color contains mainly: blue. Hex color #240540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240540 is #DBFABF. Grayscale: #141414. Windows color (decimal): -14416576 or 4195620. OLE color: 4195620.

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

Color convert

RGB 36 5 64 -
CMYK 0.44 0.92 0 0.75
HSL 271.53º 0.86% 0.14% -
HSV(B) 271.53º 0.92% 0.25% -
XYZ 1.71 0.85 4.93 -
YUV 21 152.27 138.7 -
System Red Green Blue C M Y K H S L
Decimal 36 5 64 0.44 0.92 0 0.75 271.53 0.86 0.14
Hex 24 5 40 2C 5C 0 4B 110 56 E
Octal 44 5 100 54 134 0 113 420 126 16
Binary 100100 101 1000000 101100 1011100 0 1001011 100010000 1010110 1110

Color Harmonies of #240540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240540

Black with #240540

Text Example


Text Example

White with #240540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240540; }

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

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

background-color css

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

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

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

border-color css

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

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

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