Html Css Color HEX #24132A Blackcurrant

📋 copy color: '#24132A'

red 36 ◦ green 19 ◦ blue 42

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

Shades of Blackcurrant #24132A

Tints of Blackcurrant #24132A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 43.3%

R = 37.11%
G = 19.59%
B = 43.3%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#24132A (or 0x24132A) is known color: Blackcurrant. HEX triplet: 24, 13 and 2A. RGB value is (36,19,42). Sum of RGB (Red+Green+Blue) = 36+19+42=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 42 (16.80% from 255 or 43.30% from 97); Max value from RGB is 42 - color contains mainly: blue. Hex color #24132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24132A is #DBECD5. Grayscale: #1A1A1A. Windows color (decimal): -14413014 or 2757412. OLE color: 2757412.

HSL color Cylindrical-coordinate representation of color #24132A: hue angle of 284.35º degrees, saturation: 0.38, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #24132A is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 19 42 -
CMYK 0.14 0.55 0 0.84
HSL 284.35º 0.38% 0.12% -
HSV(B) 284.35º 0.55% 0.16% -
XYZ 1.38 1.01 2.31 -
YUV 26.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 36 19 42 0.14 0.55 0 0.84 284.35 0.38 0.12
Hex 24 13 2A E 37 0 54 11C 26 C
Octal 44 23 52 16 67 0 124 434 46 14
Binary 100100 10011 101010 1110 110111 0 1010100 100011100 100110 1100

Color Harmonies of #24132A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24132A

Black with #24132A

Text Example


Text Example

White with #24132A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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