#240D32

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

Shades of Blackcurrant #240D32

Tints of Blackcurrant #240D32

Color information

#240D32 (or 0x240D32) is unknown color: approx Blackcurrant. HEX triplet: 24, 0D and 32. RGB value is (36,13,50). Sum of RGB (Red+Green+Blue) = 36+13+50=99 (13% of max value = 765). Red value is 36 (14.45% from 255 or 36.36% from 99); Green value is 13 (5.47% from 255 or 13.13% from 99); Blue value is 50 (19.92% from 255 or 50.51% from 99); Max value from RGB is 50 - color contains mainly: blue. Hex color #240D32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240D32 is #DBF2CD. Grayscale: #171717. Windows color (decimal): -14414542 or 3280164. OLE color: 3280164.

HSL color Cylindrical-coordinate representation of color #240D32: hue angle of 277.3º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #240D32 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB361350-
CMYK0.280.7400.80
HSL277.3º58.73%12.35%-
HSV(B)277.3º74%19.61%-
XYZ1.450.893.11-
YUV24.1142.62136.49-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 36.36%
GREEN value IS 13 (5.47% from 255) = 13.13%
BLUE value IS 50 (19.92% from 255) = 50.51%
R=36.36%
G=13.13%
B=50.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3613500.280.7400.80277.358.7312.35
Hex24D321C4A0501153bc
Octal4415623411201204257314
Binary1001001101110010111001001010010100001000101011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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