#240D2A

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

Shades of Blackcurrant #240D2A

Tints of Blackcurrant #240D2A

Color information

#240D2A (or 0x240D2A) is unknown color: approx Blackcurrant. HEX triplet: 24, 0D and 2A. RGB value is (36,13,42). Sum of RGB (Red+Green+Blue) = 36+13+42=91 (12% of max value = 765). Red value is 36 (14.45% from 255 or 39.56% from 91); Green value is 13 (5.47% from 255 or 14.29% from 91); Blue value is 42 (16.80% from 255 or 46.15% from 91); Max value from RGB is 42 - color contains mainly: blue. Hex color #240D2A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D2A is #DBF2D5. Grayscale: #171717. Windows color (decimal): -14414550 or 2755876. OLE color: 2755876.

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

Color convert

RGB361342-
CMYK0.140.6900.84
HSL287.59º52.73%10.78%-
HSV(B)287.59º69.05%16.47%-
XYZ1.290.832.28-
YUV23.18138.62137.14-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 39.56%
GREEN value IS 13 (5.47% from 255) = 14.29%
BLUE value IS 42 (16.80% from 255) = 46.15%
R=39.56%
G=14.29%
B=46.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3613420.140.6900.84287.5952.7310.78
Hex24D2AE4505412035b
Octal4415521610501244406513
Binary100100110110101011101000101010101001001000001101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240D2A; }

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

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

<style>
 a { background-color: #240D2A; }

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

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

<style>
 span { border-color: #240D2A; }

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

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