Html Css Color HEX #240048 Blackcurrant

📋 copy color: '#240048'

red 36 ◦ green 0 ◦ blue 72

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

Shades of Blackcurrant #240048

Tints of Blackcurrant #240048

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 33.33%
G = 0%
B = 66.67%

CMYK

 C value IS 0.5

 M value IS 1

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#240048 (or 0x240048) is known color: Blackcurrant. HEX triplet: 24, 00 and 48. RGB value is (36,0,72). Sum of RGB (Red+Green+Blue) = 36+0+72=108 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.33% from 108); Green value is 0 (0.39% from 255 or 0% from 108); Blue value is 72 (28.52% from 255 or 66.67% from 108); Max value from RGB is 72 - color contains mainly: blue. Hex color #240048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240048 is #DBFFB7. Grayscale: #121212. Windows color (decimal): -14417848 or 4718628. OLE color: 4718628.

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

Color convert

RGB 36 0 72 -
CMYK 0.5 1 0 0.72
HSL 270º 1% 0.14% -
HSV(B) 270º 1% 0.28% -
XYZ 1.9 0.84 6.19 -
YUV 18.97 157.93 140.15 -
System Red Green Blue C M Y K H S L
Decimal 36 0 72 0.5 1 0 0.72 270 1 0.14
Hex 24 0 48 32 64 0 48 10E 64 E
Octal 44 0 110 62 144 0 110 416 144 16
Binary 100100 0 1001000 110010 1100100 0 1001000 100001110 1100100 1110

Color Harmonies of #240048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240048

Black with #240048

Text Example


Text Example

White with #240048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240048; }

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

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

background-color css

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

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

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

border-color css

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

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

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