Html Css Color HEX #240C40 Blackcurrant

📋 copy color: '#240C40'

red 36 ◦ green 12 ◦ blue 64

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

Shades of Blackcurrant #240C40

Tints of Blackcurrant #240C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 57.14%

R = 32.14%
G = 10.71%
B = 57.14%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#240C40 (or 0x240C40) is known color: Blackcurrant. HEX triplet: 24, 0C and 40. RGB value is (36,12,64). Sum of RGB (Red+Green+Blue) = 36+12+64=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 12 (5.08% from 255 or 10.71% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #240C40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240C40 is #DBF3BF. Grayscale: #181818. Windows color (decimal): -14414784 or 4197412. OLE color: 4197412.

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

Color convert

RGB 36 12 64 -
CMYK 0.44 0.81 0 0.75
HSL 267.69º 0.68% 0.15% -
HSV(B) 267.69º 0.81% 0.25% -
XYZ 1.78 1.01 4.95 -
YUV 25.1 149.95 135.77 -
System Red Green Blue C M Y K H S L
Decimal 36 12 64 0.44 0.81 0 0.75 267.69 0.68 0.15
Hex 24 C 40 2C 51 0 4B 10C 44 F
Octal 44 14 100 54 121 0 113 414 104 17
Binary 100100 1100 1000000 101100 1010001 0 1001011 100001100 1000100 1111

Color Harmonies of #240C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240C40

Black with #240C40

Text Example


Text Example

White with #240C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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