Html Css Color HEX #241132 Blackcurrant

📋 copy color: '#241132'

red 36 ◦ green 17 ◦ blue 50

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

Shades of Blackcurrant #241132

Tints of Blackcurrant #241132

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.5%

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

R = 34.95%
G = 16.5%
B = 48.54%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#241132 (or 0x241132) is known color: Blackcurrant. HEX triplet: 24, 11 and 32. RGB value is (36,17,50). Sum of RGB (Red+Green+Blue) = 36+17+50=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #241132 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241132 is #DBEECD. Grayscale: #1A1A1A. Windows color (decimal): -14413518 or 3281188. OLE color: 3281188.

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

Color convert

RGB 36 17 50 -
CMYK 0.28 0.66 0 0.80
HSL 274.55º 0.49% 0.13% -
HSV(B) 274.55º 0.66% 0.2% -
XYZ 1.5 1.01 3.13 -
YUV 26.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 36 17 50 0.28 0.66 0 0.80 274.55 0.49 0.13
Hex 24 11 32 1C 42 0 50 113 31 D
Octal 44 21 62 34 102 0 120 423 61 15
Binary 100100 10001 110010 11100 1000010 0 1010000 100010011 110001 1101

Color Harmonies of #241132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241132

Black with #241132

Text Example


Text Example

White with #241132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241132; }

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

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

background-color css

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

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

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

border-color css

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

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

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