Html Css Color HEX #241A32 Blackcurrant

📋 copy color: '#241A32'

red 36 ◦ green 26 ◦ blue 50

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

Shades of Blackcurrant #241A32

Tints of Blackcurrant #241A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.21%

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

R = 32.14%
G = 23.21%
B = 44.64%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#241A32 (or 0x241A32) is known color: Blackcurrant. HEX triplet: 24, 1A and 32. RGB value is (36,26,50). Sum of RGB (Red+Green+Blue) = 36+26+50=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 50 - color contains mainly: blue. Hex color #241A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A32 is #DBE5CD. Grayscale: #1F1F1F. Windows color (decimal): -14411214 or 3283492. OLE color: 3283492.

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

Color convert

RGB 36 26 50 -
CMYK 0.28 0.48 0 0.80
HSL 265º 0.32% 0.15% -
HSV(B) 265º 0.48% 0.2% -
XYZ 1.67 1.34 3.19 -
YUV 31.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 36 26 50 0.28 0.48 0 0.80 265 0.32 0.15
Hex 24 1A 32 1C 30 0 50 109 20 F
Octal 44 32 62 34 60 0 120 411 40 17
Binary 100100 11010 110010 11100 110000 0 1010000 100001001 100000 1111

Color Harmonies of #241A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A32

Black with #241A32

Text Example


Text Example

White with #241A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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