#240D3E

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

Shades of Blackcurrant #240D3E

Tints of Blackcurrant #240D3E

Color information

#240D3E (or 0x240D3E) is unknown color: approx Blackcurrant. HEX triplet: 24, 0D and 3E. RGB value is (36,13,62). Sum of RGB (Red+Green+Blue) = 36+13+62=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 13 (5.47% from 255 or 11.71% from 111); Blue value is 62 (24.61% from 255 or 55.86% from 111); Max value from RGB is 62 - color contains mainly: blue. Hex color #240D3E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D3E is #DBF2C1. Grayscale: #191919. Windows color (decimal): -14414530 or 4066596. OLE color: 4066596.

HSL color Cylindrical-coordinate representation of color #240D3E: hue angle of 268.16º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #240D3E is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB361362-
CMYK0.420.7900.76
HSL268.16º65.33%14.71%-
HSV(B)268.16º79.03%24.31%-
XYZ1.741.014.66-
YUV25.46148.62135.52-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 32.43%
GREEN value IS 13 (5.47% from 255) = 11.71%
BLUE value IS 62 (24.61% from 255) = 55.86%
R=32.43%
G=11.71%
B=55.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3613620.420.7900.76268.1665.3314.71
Hex24D3E2A4F04C10c41f
Octal44157652117011441410117
Binary100100110111111010101010011110100110010000110010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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