#24092D

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

Shades of Blackcurrant #24092D

Tints of Blackcurrant #24092D

Color information

#24092D (or 0x24092D) is unknown color: approx Blackcurrant. HEX triplet: 24, 09 and 2D. RGB value is (36,9,45). Sum of RGB (Red+Green+Blue) = 36+9+45=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 45 (17.97% from 255 or 50% from 90); Max value from RGB is 45 - color contains mainly: blue. Hex color #24092D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24092D is #DBF6D2. Grayscale: #151515. Windows color (decimal): -14415571 or 2951460. OLE color: 2951460.

HSL color Cylindrical-coordinate representation of color #24092D: hue angle of 285º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #24092D is Cyan = 0.2, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB36945-
CMYK0.20.800.82
HSL285º66.67%10.59%-
HSV(B)285º80%17.65%-
XYZ1.30.762.56-
YUV21.18141.45138.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 45 (17.97% from 255) = 50%
R=40%
G=10%
B=50%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal369450.20.800.8228566.6710.59
Hex2492D145005211d43b
Octal44115524120012243510313
Binary10010010011011011010010100000101001010001110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24092D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24092D; }

 p { color: rgb(36,9,45); }

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

<style>
 a { background-color: #24092D; }

 a { background-color: rgb(36,9,45); }

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

<style>
 span { border-color: #24092D; }

 span { border-color: rgb(36,9,45); }

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