#24112F

Color #24112F Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #24112F

Tints of Blackcurrant #24112F

Color information

#24112F (or 0x24112F) is unknown color: approx Blackcurrant. HEX triplet: 24, 11 and 2F. RGB value is (36,17,47). Sum of RGB (Red+Green+Blue) = 36+17+47=100 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 47 - color contains mainly: blue. Hex color #24112F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24112F is #DBEED0. Grayscale: #1A1A1A. Windows color (decimal): -14413521 or 3084580. OLE color: 3084580.

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

Color convert

RGB361747-
CMYK0.230.6400.82
HSL278º46.87%12.55%-
HSV(B)278º63.83%18.43%-
XYZ1.440.982.8-
YUV26.1139.79135.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 47 (18.75% from 255) = 47%
R=36%
G=17%
B=47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3617470.230.6400.8227846.8712.55
Hex24112F17400521162fd
Octal4421572710001224265715
Binary10010010001101111101111000000010100101000101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24112F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #24112F;
 }
 .AnyTagClassName
 {
   color: #24112F;
 }
</style>
background-color css

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

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

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

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

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

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