Html Css Color HEX #24132F Blackcurrant

📋 copy color: '#24132F'

red 36 ◦ green 19 ◦ blue 47

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

Shades of Blackcurrant #24132F

Tints of Blackcurrant #24132F

RGB

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

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

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

R = 35.29%
G = 18.63%
B = 46.08%

CMYK

 C value IS 0.23

 M value IS 0.60

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#24132F (or 0x24132F) is known color: Blackcurrant. HEX triplet: 24, 13 and 2F. RGB value is (36,19,47). Sum of RGB (Red+Green+Blue) = 36+19+47=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 19 (7.81% from 255 or 18.63% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #24132F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24132F is #DBECD0. Grayscale: #1B1B1B. Windows color (decimal): -14413009 or 3085092. OLE color: 3085092.

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

Color convert

RGB 36 19 47 -
CMYK 0.23 0.60 0 0.82
HSL 276.43º 0.42% 0.13% -
HSV(B) 276.43º 0.6% 0.18% -
XYZ 1.47 1.05 2.81 -
YUV 27.28 139.13 134.22 -
System Red Green Blue C M Y K H S L
Decimal 36 19 47 0.23 0.60 0 0.82 276.43 0.42 0.13
Hex 24 13 2F 17 3C 0 52 114 2A D
Octal 44 23 57 27 74 0 122 424 52 15
Binary 100100 10011 101111 10111 111100 0 1010010 100010100 101010 1101

Color Harmonies of #24132F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24132F

Black with #24132F

Text Example


Text Example

White with #24132F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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