#24122A

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

Shades of Blackcurrant #24122A

Tints of Blackcurrant #24122A

Color information

#24122A (or 0x24122A) is unknown color: approx Blackcurrant. HEX triplet: 24, 12 and 2A. RGB value is (36,18,42). Sum of RGB (Red+Green+Blue) = 36+18+42=96 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.5% from 96); Green value is 18 (7.42% from 255 or 18.75% from 96); Blue value is 42 (16.80% from 255 or 43.75% from 96); Max value from RGB is 42 - color contains mainly: blue. Hex color #24122A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24122A is #DBEDD5. Grayscale: #1A1A1A. Windows color (decimal): -14413270 or 2757156. OLE color: 2757156.

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

Color convert

RGB361842-
CMYK0.140.5700.84
HSL285º40%11.76%-
HSV(B)285º57.14%16.47%-
XYZ1.360.972.31-
YUV26.12136.96135.05-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.5%
GREEN value IS 18 (7.42% from 255) = 18.75%
BLUE value IS 42 (16.80% from 255) = 43.75%
R=37.5%
G=18.75%
B=43.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3618420.140.5700.842854011.76
Hex24122AE3905411d28c
Octal442252167101244355014
Binary100100100101010101110111001010101001000111011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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