Html Css Color HEX #240541 Blackcurrant

📋 copy color: '#240541'

red 36 ◦ green 5 ◦ blue 65

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

Shades of Blackcurrant #240541

Tints of Blackcurrant #240541

RGB

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

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

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

R = 33.96%
G = 4.72%
B = 61.32%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#240541 (or 0x240541) is known color: Blackcurrant. HEX triplet: 24, 05 and 41. RGB value is (36,5,65). Sum of RGB (Red+Green+Blue) = 36+5+65=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 65 (25.78% from 255 or 61.32% from 106); Max value from RGB is 65 - color contains mainly: blue. Hex color #240541 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240541 is #DBFABE. Grayscale: #141414. Windows color (decimal): -14416575 or 4261156. OLE color: 4261156.

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

Color convert

RGB 36 5 65 -
CMYK 0.45 0.92 0 0.75
HSL 271º 0.86% 0.14% -
HSV(B) 271º 0.92% 0.25% -
XYZ 1.74 0.87 5.08 -
YUV 21.11 152.77 138.62 -
System Red Green Blue C M Y K H S L
Decimal 36 5 65 0.45 0.92 0 0.75 271 0.86 0.14
Hex 24 5 41 2D 5C 0 4B 10F 56 E
Octal 44 5 101 55 134 0 113 417 126 16
Binary 100100 101 1000001 101101 1011100 0 1001011 100001111 1010110 1110

Color Harmonies of #240541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240541

Black with #240541

Text Example


Text Example

White with #240541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240541; }

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

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

background-color css

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

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

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

border-color css

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

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

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