#240B32

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

Shades of Blackcurrant #240B32

Tints of Blackcurrant #240B32

Color information

#240B32 (or 0x240B32) is unknown color: approx Blackcurrant. HEX triplet: 24, 0B and 32. RGB value is (36,11,50). Sum of RGB (Red+Green+Blue) = 36+11+50=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 11 (4.69% from 255 or 11.34% from 97); Blue value is 50 (19.92% from 255 or 51.55% from 97); Max value from RGB is 50 - color contains mainly: blue. Hex color #240B32 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B32 is #DBF4CD. Grayscale: #161616. Windows color (decimal): -14415054 or 3279652. OLE color: 3279652.

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

Color convert

RGB361150-
CMYK0.280.7800.80
HSL278.46º63.93%11.96%-
HSV(B)278.46º78%19.61%-
XYZ1.420.843.11-
YUV22.92143.28137.33-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 37.11%
GREEN value IS 11 (4.69% from 255) = 11.34%
BLUE value IS 50 (19.92% from 255) = 51.55%
R=37.11%
G=11.34%
B=51.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3611500.280.7800.80278.4663.9311.96
Hex24B321C4E05011640c
Octal44136234116012042610014
Binary10010010111100101110010011100101000010001011010000001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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