Html Css Color HEX #240032 Blackcurrant

📋 copy color: '#240032'

red 36 ◦ green 0 ◦ blue 50

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

Shades of Blackcurrant #240032

Tints of Blackcurrant #240032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 58.14%

R = 41.86%
G = 0%
B = 58.14%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#240032 (or 0x240032) is known color: Blackcurrant. HEX triplet: 24, 00 and 32. RGB value is (36,0,50). Sum of RGB (Red+Green+Blue) = 36+0+50=86 (11% of max value = 765). Red value is 36 (14.45% from 255 or 41.86% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 50 (19.92% from 255 or 58.14% from 86); Max value from RGB is 50 - color contains mainly: blue. Hex color #240032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240032 is #DBFFCD. Grayscale: #101010. Windows color (decimal): -14417870 or 3276836. OLE color: 3276836.

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

Color convert

RGB 36 0 50 -
CMYK 0.28 1 0 0.80
HSL 283.2º 1% 0.1% -
HSV(B) 283.2º 1% 0.2% -
XYZ 1.3 0.61 3.07 -
YUV 16.46 146.93 141.93 -
System Red Green Blue C M Y K H S L
Decimal 36 0 50 0.28 1 0 0.80 283.2 1 0.1
Hex 24 0 32 1C 64 0 50 11B 64 A
Octal 44 0 62 34 144 0 120 433 144 12
Binary 100100 0 110010 11100 1100100 0 1010000 100011011 1100100 1010

Color Harmonies of #240032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240032

Black with #240032

Text Example


Text Example

White with #240032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240032; }

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

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

background-color css

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

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

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

border-color css

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

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

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