#240932

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

Shades of Blackcurrant #240932

Tints of Blackcurrant #240932

Color information

#240932 (or 0x240932) is unknown color: approx Blackcurrant. HEX triplet: 24, 09 and 32. RGB value is (36,9,50). Sum of RGB (Red+Green+Blue) = 36+9+50=95 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.89% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 50 (19.92% from 255 or 52.63% from 95); Max value from RGB is 50 - color contains mainly: blue. Hex color #240932 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240932 is #DBF6CD. Grayscale: #151515. Windows color (decimal): -14415566 or 3279140. OLE color: 3279140.

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

Color convert

RGB36950-
CMYK0.280.8200.80
HSL279.51º69.49%11.57%-
HSV(B)279.51º82%19.61%-
XYZ1.40.83.1-
YUV21.75143.95138.17-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.89%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 50 (19.92% from 255) = 52.63%
R=37.89%
G=9.47%
B=52.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal369500.280.8200.80279.5169.4911.57
Hex249321C5205011845c
Octal44116234122012043010514
Binary10010010011100101110010100100101000010001100010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240932; }

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

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

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

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

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

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

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

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