Html Css Color HEX #240041 Blackcurrant

📋 copy color: '#240041'

red 36 ◦ green 0 ◦ blue 65

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

Shades of Blackcurrant #240041

Tints of Blackcurrant #240041

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 value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#240041 (or 0x240041) is known color: 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

RGB 36 0 65 -
CMYK 0.45 1 0 0.75
HSL 273.23º 1% 0.13% -
HSV(B) 273.23º 1% 0.25% -
XYZ 1.68 0.76 5.06 -
YUV 18.17 154.43 140.71 -
System Red Green Blue C M Y K H S L
Decimal 36 0 65 0.45 1 0 0.75 273.23 1 0.13
Hex 24 0 41 2D 64 0 4B 111 64 D
Octal 44 0 101 55 144 0 113 421 144 15
Binary 100100 0 1000001 101101 1100100 0 1001011 100010001 1100100 1101

Color Harmonies of #240041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240041

Black with #240041

Text Example


Text Example

White with #240041

Text Example


Text Example

HTML Codes & Css Web 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>