Html Css Color HEX #240E41 Blackcurrant

📋 copy color: '#240E41'

red 36 ◦ green 14 ◦ blue 65

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

Shades of Blackcurrant #240E41

Tints of Blackcurrant #240E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.17%

 BLUE value IS 65 (25.78% from 255) = 56.52%

R = 31.3%
G = 12.17%
B = 56.52%

CMYK

 C value IS 0.45

 M value IS 0.78

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#240E41 (or 0x240E41) is known color: Blackcurrant. HEX triplet: 24, 0E and 41. RGB value is (36,14,65). Sum of RGB (Red+Green+Blue) = 36+14+65=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 14 (5.86% from 255 or 12.17% from 115); Blue value is 65 (25.78% from 255 or 56.52% from 115); Max value from RGB is 65 - color contains mainly: blue. Hex color #240E41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240E41 is #DBF1BE. Grayscale: #1A1A1A. Windows color (decimal): -14414271 or 4263460. OLE color: 4263460.

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

Color convert

RGB 36 14 65 -
CMYK 0.45 0.78 0 0.75
HSL 265.88º 0.65% 0.15% -
HSV(B) 265.88º 0.78% 0.25% -
XYZ 1.84 1.07 5.11 -
YUV 26.39 149.79 134.85 -
System Red Green Blue C M Y K H S L
Decimal 36 14 65 0.45 0.78 0 0.75 265.88 0.65 0.15
Hex 24 E 41 2D 4E 0 4B 10A 41 F
Octal 44 16 101 55 116 0 113 412 101 17
Binary 100100 1110 1000001 101101 1001110 0 1001011 100001010 1000001 1111

Color Harmonies of #240E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240E41

Black with #240E41

Text Example


Text Example

White with #240E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240E41; }

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

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

background-color css

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

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

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

border-color css

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

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

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