Html Css Color HEX #241332 Blackcurrant

📋 copy color: '#241332'

red 36 ◦ green 19 ◦ blue 50

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

Shades of Blackcurrant #241332

Tints of Blackcurrant #241332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.1%

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

R = 34.29%
G = 18.1%
B = 47.62%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#241332 (or 0x241332) is known color: Blackcurrant. HEX triplet: 24, 13 and 32. RGB value is (36,19,50). Sum of RGB (Red+Green+Blue) = 36+19+50=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #241332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241332 is #DBECCD. Grayscale: #1B1B1B. Windows color (decimal): -14413006 or 3281700. OLE color: 3281700.

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

Color convert

RGB 36 19 50 -
CMYK 0.28 0.62 0 0.80
HSL 272.9º 0.45% 0.14% -
HSV(B) 272.9º 0.62% 0.2% -
XYZ 1.54 1.07 3.14 -
YUV 27.62 140.63 133.98 -
System Red Green Blue C M Y K H S L
Decimal 36 19 50 0.28 0.62 0 0.80 272.9 0.45 0.14
Hex 24 13 32 1C 3E 0 50 111 2D E
Octal 44 23 62 34 76 0 120 421 55 16
Binary 100100 10011 110010 11100 111110 0 1010000 100010001 101101 1110

Color Harmonies of #241332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241332

Black with #241332

Text Example


Text Example

White with #241332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241332; }

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

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

background-color css

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

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

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

border-color css

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

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

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