Html Css Color HEX #240F41 Blackcurrant

📋 copy color: '#240F41'

red 36 ◦ green 15 ◦ blue 65

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

Shades of Blackcurrant #240F41

Tints of Blackcurrant #240F41

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.93%

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

R = 31.03%
G = 12.93%
B = 56.03%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#240F41 (or 0x240F41) is known color: Blackcurrant. HEX triplet: 24, 0F and 41. RGB value is (36,15,65). Sum of RGB (Red+Green+Blue) = 36+15+65=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 15 (6.25% from 255 or 12.93% from 116); Blue value is 65 (25.78% from 255 or 56.03% from 116); Max value from RGB is 65 - color contains mainly: blue. Hex color #240F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240F41 is #DBF0BE. Grayscale: #1A1A1A. Windows color (decimal): -14414015 or 4263716. OLE color: 4263716.

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

Color convert

RGB 36 15 65 -
CMYK 0.45 0.77 0 0.75
HSL 265.2º 0.63% 0.16% -
HSV(B) 265.2º 0.77% 0.25% -
XYZ 1.85 1.1 5.12 -
YUV 26.98 149.46 134.43 -
System Red Green Blue C M Y K H S L
Decimal 36 15 65 0.45 0.77 0 0.75 265.2 0.63 0.16
Hex 24 F 41 2D 4D 0 4B 109 3E 10
Octal 44 17 101 55 115 0 113 411 76 20
Binary 100100 1111 1000001 101101 1001101 0 1001011 100001001 111110 10000

Color Harmonies of #240F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F41

Black with #240F41

Text Example


Text Example

White with #240F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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