Html Css Color HEX #240C41 Blackcurrant

📋 copy color: '#240C41'

red 36 ◦ green 12 ◦ blue 65

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

Shades of Blackcurrant #240C41

Tints of Blackcurrant #240C41

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.62%

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

R = 31.86%
G = 10.62%
B = 57.52%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#240C41 (or 0x240C41) is known color: Blackcurrant. HEX triplet: 24, 0C and 41. RGB value is (36,12,65). Sum of RGB (Red+Green+Blue) = 36+12+65=113 (14% of max value = 765). Red value is 36 (14.45% from 255 or 31.86% from 113); Green value is 12 (5.08% from 255 or 10.62% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #240C41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C41 is #DBF3BE. Grayscale: #191919. Windows color (decimal): -14414783 or 4262948. OLE color: 4262948.

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

Color convert

RGB 36 12 65 -
CMYK 0.45 0.82 0 0.75
HSL 267.17º 0.69% 0.15% -
HSV(B) 267.17º 0.82% 0.25% -
XYZ 1.81 1.02 5.1 -
YUV 25.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 36 12 65 0.45 0.82 0 0.75 267.17 0.69 0.15
Hex 24 C 41 2D 52 0 4B 10B 45 F
Octal 44 14 101 55 122 0 113 413 105 17
Binary 100100 1100 1000001 101101 1010010 0 1001011 100001011 1000101 1111

Color Harmonies of #240C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C41

Black with #240C41

Text Example


Text Example

White with #240C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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