#24123A

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

Shades of Blackcurrant #24123A

Tints of Blackcurrant #24123A

Color information

#24123A (or 0x24123A) is unknown color: approx Blackcurrant. HEX triplet: 24, 12 and 3A. RGB value is (36,18,58). Sum of RGB (Red+Green+Blue) = 36+18+58=112 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.14% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 58 (23.05% from 255 or 51.79% from 112); Max value from RGB is 58 - color contains mainly: blue. Hex color #24123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24123A is #DBEDC5. Grayscale: #1B1B1B. Windows color (decimal): -14413254 or 3805732. OLE color: 3805732.

HSL color Cylindrical-coordinate representation of color #24123A: hue angle of 267º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #24123A is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB361858-
CMYK0.380.6900.77
HSL267º52.63%14.9%-
HSV(B)267º68.97%22.75%-
XYZ1.711.114.13-
YUV27.94144.96133.75-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.14%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 58 (23.05% from 255) = 51.79%
R=32.14%
G=16.07%
B=51.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3618580.380.6900.7726752.6314.9
Hex24123A264504D10b35f
Octal4422724610501154136517
Binary100100100101110101001101000101010011011000010111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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