#24122F

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

Shades of Blackcurrant #24122F

Tints of Blackcurrant #24122F

Color information

#24122F (or 0x24122F) is unknown color: approx Blackcurrant. HEX triplet: 24, 12 and 2F. RGB value is (36,18,47). Sum of RGB (Red+Green+Blue) = 36+18+47=101 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.64% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 47 (18.75% from 255 or 46.53% from 101); Max value from RGB is 47 - color contains mainly: blue. Hex color #24122F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24122F is #DBEDD0. Grayscale: #1A1A1A. Windows color (decimal): -14413265 or 3084836. OLE color: 3084836.

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

Color convert

RGB361847-
CMYK0.230.6200.82
HSL277.24º44.62%12.75%-
HSV(B)277.24º61.7%18.43%-
XYZ1.461.012.81-
YUV26.69139.46134.64-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 35.64%
GREEN value IS 18 (7.42% from 255) = 17.82%
BLUE value IS 47 (18.75% from 255) = 46.53%
R=35.64%
G=17.82%
B=46.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3618470.230.6200.82277.2444.6212.75
Hex24122F173E0521152dd
Octal442257277601224255515
Binary1001001001010111110111111110010100101000101011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24122F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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