Html Css Color HEX #240448 Blackcurrant

📋 copy color: '#240448'

red 36 ◦ green 4 ◦ blue 72

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

Shades of Blackcurrant #240448

Tints of Blackcurrant #240448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.57%

 BLUE value IS 72 (28.52% from 255) = 64.29%

R = 32.14%
G = 3.57%
B = 64.29%

CMYK

 C value IS 0.5

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#240448 (or 0x240448) is known color: Blackcurrant. HEX triplet: 24, 04 and 48. RGB value is (36,4,72). Sum of RGB (Red+Green+Blue) = 36+4+72=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #240448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240448 is #DBFBB7. Grayscale: #151515. Windows color (decimal): -14416824 or 4719652. OLE color: 4719652.

HSL color Cylindrical-coordinate representation of color #240448: hue angle of 268.24º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240448 is Cyan = 0.5, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 36 4 72 -
CMYK 0.5 0.94 0 0.72
HSL 268.24º 0.89% 0.15% -
HSV(B) 268.24º 0.94% 0.28% -
XYZ 1.94 0.93 6.21 -
YUV 21.32 156.6 138.47 -
System Red Green Blue C M Y K H S L
Decimal 36 4 72 0.5 0.94 0 0.72 268.24 0.89 0.15
Hex 24 4 48 32 5E 0 48 10C 59 F
Octal 44 4 110 62 136 0 110 414 131 17
Binary 100100 100 1001000 110010 1011110 0 1001000 100001100 1011001 1111

Color Harmonies of #240448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240448

Black with #240448

Text Example


Text Example

White with #240448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240448; }

 p { color: rgb(36,4,72); }

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

background-color css

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

 a { background-color: rgb(36,4,72); }

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

border-color css

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

 span { border-color: rgb(36,4,72); }

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