Html Css Color HEX #24142B Blackcurrant

📋 copy color: '#24142B'

red 36 ◦ green 20 ◦ blue 43

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

Shades of Blackcurrant #24142B

Tints of Blackcurrant #24142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.2%

 BLUE value IS 43 (17.19% from 255) = 43.43%

R = 36.36%
G = 20.2%
B = 43.43%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#24142B (or 0x24142B) is known color: Blackcurrant. HEX triplet: 24, 14 and 2B. RGB value is (36,20,43). Sum of RGB (Red+Green+Blue) = 36+20+43=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 20 (8.20% from 255 or 20.20% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 43 - color contains mainly: blue. Hex color #24142B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24142B is #DBEBD4. Grayscale: #1B1B1B. Windows color (decimal): -14412757 or 2823204. OLE color: 2823204.

HSL color Cylindrical-coordinate representation of color #24142B: hue angle of 281.74º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #24142B is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 36 20 43 -
CMYK 0.16 0.53 0 0.83
HSL 281.74º 0.37% 0.12% -
HSV(B) 281.74º 0.53% 0.17% -
XYZ 1.41 1.05 2.41 -
YUV 27.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 36 20 43 0.16 0.53 0 0.83 281.74 0.37 0.12
Hex 24 14 2B 10 35 0 53 11A 25 C
Octal 44 24 53 20 65 0 123 432 45 14
Binary 100100 10100 101011 10000 110101 0 1010011 100011010 100101 1100

Color Harmonies of #24142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24142B

Black with #24142B

Text Example


Text Example

White with #24142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24142B; }

 p { color: rgb(36,20,43); }

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

background-color css

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

 a { background-color: rgb(36,20,43); }

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

border-color css

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

 span { border-color: rgb(36,20,43); }

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