#240D29

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

Shades of Blackcurrant #240D29

Tints of Blackcurrant #240D29

Color information

#240D29 (or 0x240D29) is unknown color: approx Blackcurrant. HEX triplet: 24, 0D and 29. RGB value is (36,13,41). Sum of RGB (Red+Green+Blue) = 36+13+41=90 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40% from 90); Green value is 13 (5.47% from 255 or 14.44% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 41 - color contains mainly: blue. Hex color #240D29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D29 is #DBF2D6. Grayscale: #161616. Windows color (decimal): -14414551 or 2690340. OLE color: 2690340.

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

Color convert

RGB361341-
CMYK0.120.6800.84
HSL289.29º51.85%10.59%-
HSV(B)289.29º68.29%16.08%-
XYZ1.270.822.19-
YUV23.07138.12137.22-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40%
GREEN value IS 13 (5.47% from 255) = 14.44%
BLUE value IS 41 (16.41% from 255) = 45.56%
R=40%
G=14.44%
B=45.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3613410.120.6800.84289.2951.8510.59
Hex24D29C4405412134b
Octal4415511410401244416413
Binary100100110110100111001000100010101001001000011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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