#240D38

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

Shades of Blackcurrant #240D38

Tints of Blackcurrant #240D38

Color information

#240D38 (or 0x240D38) is unknown color: approx Blackcurrant. HEX triplet: 24, 0D and 38. RGB value is (36,13,56). Sum of RGB (Red+Green+Blue) = 36+13+56=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #240D38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D38 is #DBF2C7. Grayscale: #181818. Windows color (decimal): -14414536 or 3673380. OLE color: 3673380.

HSL color Cylindrical-coordinate representation of color #240D38: hue angle of 272.09º degrees, saturation: 0.62, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #240D38 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB361356-
CMYK0.360.7700.78
HSL272.09º62.32%13.53%-
HSV(B)272.09º76.79%21.96%-
XYZ1.590.953.84-
YUV24.78145.62136-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.29%
GREEN value IS 13 (5.47% from 255) = 12.38%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=34.29%
G=12.38%
B=53.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3613560.360.7700.78272.0962.3213.53
Hex24D38244D04E1103ee
Octal4415704411501164207616
Binary10010011011110001001001001101010011101000100001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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