Html Css Color HEX #24123D Blackcurrant

📋 copy color: '#24123D'

red 36 ◦ green 18 ◦ blue 61

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

Shades of Blackcurrant #24123D

Tints of Blackcurrant #24123D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.65%

 BLUE value IS 61 (24.22% from 255) = 53.04%

R = 31.3%
G = 15.65%
B = 53.04%

CMYK

 C value IS 0.41

 M value IS 0.70

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#24123D (or 0x24123D) is known color: Blackcurrant. HEX triplet: 24, 12 and 3D. RGB value is (36,18,61). Sum of RGB (Red+Green+Blue) = 36+18+61=115 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.30% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #24123D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24123D is #DBEDC2. Grayscale: #1C1C1C. Windows color (decimal): -14413251 or 4002340. OLE color: 4002340.

HSL color Cylindrical-coordinate representation of color #24123D: hue angle of 265.12º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #24123D is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 36 18 61 -
CMYK 0.41 0.70 0 0.76
HSL 265.12º 0.54% 0.15% -
HSV(B) 265.12º 0.7% 0.24% -
XYZ 1.79 1.14 4.54 -
YUV 28.28 146.46 133.5 -
System Red Green Blue C M Y K H S L
Decimal 36 18 61 0.41 0.70 0 0.76 265.12 0.54 0.15
Hex 24 12 3D 29 46 0 4C 109 36 F
Octal 44 22 75 51 106 0 114 411 66 17
Binary 100100 10010 111101 101001 1000110 0 1001100 100001001 110110 1111

Color Harmonies of #24123D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24123D

Black with #24123D

Text Example


Text Example

White with #24123D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24123D; }

 p { color: rgb(36,18,61); }

 H1.HeaderClassName
 {
   color: #24123D;
 }
 .AnyTagClassName
 {
   color: #24123D;
 }
</style>

background-color css

<style>
 a { background-color: #24123D; }

 a { background-color: rgb(36,18,61); }

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

border-color css

<style>
 span { border-color: #24123D; }

 span { border-color: rgb(36,18,61); }

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