Html Css Color HEX #24142F Blackcurrant

📋 copy color: '#24142F'

red 36 ◦ green 20 ◦ blue 47

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

Shades of Blackcurrant #24142F

Tints of Blackcurrant #24142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 45.63%

R = 34.95%
G = 19.42%
B = 45.63%

CMYK

 C value IS 0.23

 M value IS 0.57

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#24142F (or 0x24142F) is known color: Blackcurrant. HEX triplet: 24, 14 and 2F. RGB value is (36,20,47). Sum of RGB (Red+Green+Blue) = 36+20+47=103 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.95% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #24142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24142F is #DBEBD0. Grayscale: #1B1B1B. Windows color (decimal): -14412753 or 3085348. OLE color: 3085348.

HSL color Cylindrical-coordinate representation of color #24142F: hue angle of 275.56º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #24142F is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 20 47 -
CMYK 0.23 0.57 0 0.82
HSL 275.56º 0.4% 0.13% -
HSV(B) 275.56º 0.57% 0.18% -
XYZ 1.49 1.08 2.82 -
YUV 27.86 138.8 133.8 -
System Red Green Blue C M Y K H S L
Decimal 36 20 47 0.23 0.57 0 0.82 275.56 0.4 0.13
Hex 24 14 2F 17 39 0 52 114 28 D
Octal 44 24 57 27 71 0 122 424 50 15
Binary 100100 10100 101111 10111 111001 0 1010010 100010100 101000 1101

Color Harmonies of #24142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24142F

Black with #24142F

Text Example


Text Example

White with #24142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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