#24102A

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

Shades of Blackcurrant #24102A

Tints of Blackcurrant #24102A

Color information

#24102A (or 0x24102A) is unknown color: approx Blackcurrant. HEX triplet: 24, 10 and 2A. RGB value is (36,16,42). Sum of RGB (Red+Green+Blue) = 36+16+42=94 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.30% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 42 (16.80% from 255 or 44.68% from 94); Max value from RGB is 42 - color contains mainly: blue. Hex color #24102A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24102A is #DBEFD5. Grayscale: #181818. Windows color (decimal): -14413782 or 2756644. OLE color: 2756644.

HSL color Cylindrical-coordinate representation of color #24102A: hue angle of 286.15º degrees, saturation: 0.45, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #24102A is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB361642-
CMYK0.140.6200.84
HSL286.15º44.83%11.37%-
HSV(B)286.15º61.9%16.47%-
XYZ1.330.912.3-
YUV24.94137.63135.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.30%
GREEN value IS 16 (6.64% from 255) = 17.02%
BLUE value IS 42 (16.80% from 255) = 44.68%
R=38.30%
G=17.02%
B=44.68%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3616420.140.6200.84286.1544.8311.37
Hex24102AE3E05411e2db
Octal442052167601244365513
Binary100100100001010101110111110010101001000111101011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,16,42); }

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

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

 a { background-color: rgb(36,16,42); }

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

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

 span { border-color: rgb(36,16,42); }

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