Html Css Color HEX #24132E Blackcurrant

📋 copy color: '#24132E'

red 36 ◦ green 19 ◦ blue 46

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

Shades of Blackcurrant #24132E

Tints of Blackcurrant #24132E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 45.54%

R = 35.64%
G = 18.81%
B = 45.54%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#24132E (or 0x24132E) is known color: Blackcurrant. HEX triplet: 24, 13 and 2E. RGB value is (36,19,46). Sum of RGB (Red+Green+Blue) = 36+19+46=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #24132E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24132E is #DBECD1. Grayscale: #1B1B1B. Windows color (decimal): -14413010 or 3019556. OLE color: 3019556.

HSL color Cylindrical-coordinate representation of color #24132E: hue angle of 277.78º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #24132E is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 19 46 -
CMYK 0.22 0.59 0 0.82
HSL 277.78º 0.42% 0.13% -
HSV(B) 277.78º 0.59% 0.18% -
XYZ 1.45 1.04 2.71 -
YUV 27.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 36 19 46 0.22 0.59 0 0.82 277.78 0.42 0.13
Hex 24 13 2E 16 3B 0 52 116 2A D
Octal 44 23 56 26 73 0 122 426 52 15
Binary 100100 10011 101110 10110 111011 0 1010010 100010110 101010 1101

Color Harmonies of #24132E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24132E

Black with #24132E

Text Example


Text Example

White with #24132E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24132E; }

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

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

background-color css

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

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

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

border-color css

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

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

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