Html Css Color HEX #241532 Blackcurrant

📋 copy color: '#241532'

red 36 ◦ green 21 ◦ blue 50

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

Shades of Blackcurrant #241532

Tints of Blackcurrant #241532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.63%

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

R = 33.64%
G = 19.63%
B = 46.73%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#241532 (or 0x241532) is known color: Blackcurrant. HEX triplet: 24, 15 and 32. RGB value is (36,21,50). Sum of RGB (Red+Green+Blue) = 36+21+50=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 50 - color contains mainly: blue. Hex color #241532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241532 is #DBEACD. Grayscale: #1C1C1C. Windows color (decimal): -14412494 or 3282212. OLE color: 3282212.

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

Color convert

RGB 36 21 50 -
CMYK 0.28 0.58 0 0.80
HSL 271.03º 0.41% 0.14% -
HSV(B) 271.03º 0.58% 0.2% -
XYZ 1.57 1.14 3.16 -
YUV 28.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 36 21 50 0.28 0.58 0 0.80 271.03 0.41 0.14
Hex 24 15 32 1C 3A 0 50 10F 29 E
Octal 44 25 62 34 72 0 120 417 51 16
Binary 100100 10101 110010 11100 111010 0 1010000 100001111 101001 1110

Color Harmonies of #241532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241532

Black with #241532

Text Example


Text Example

White with #241532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241532; }

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

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

background-color css

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

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

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

border-color css

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

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

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