#240A2B

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

Shades of Blackcurrant #240A2B

Tints of Blackcurrant #240A2B

Color information

#240A2B (or 0x240A2B) is unknown color: approx Blackcurrant. HEX triplet: 24, 0A and 2B. RGB value is (36,10,43). Sum of RGB (Red+Green+Blue) = 36+10+43=89 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.45% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 43 (17.19% from 255 or 48.31% from 89); Max value from RGB is 43 - color contains mainly: blue. Hex color #240A2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240A2B is #DBF5D4. Grayscale: #151515. Windows color (decimal): -14415317 or 2820644. OLE color: 2820644.

HSL color Cylindrical-coordinate representation of color #240A2B: hue angle of 287.27º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #240A2B is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB361043-
CMYK0.160.7700.83
HSL287.27º62.26%10.39%-
HSV(B)287.27º76.74%16.86%-
XYZ1.270.772.37-
YUV21.54140.11138.32-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.45%
GREEN value IS 10 (4.30% from 255) = 11.24%
BLUE value IS 43 (17.19% from 255) = 48.31%
R=40.45%
G=11.24%
B=48.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3610430.160.7700.83287.2762.2610.39
Hex24A2B104D05311f3ea
Octal4412532011501234377612
Binary1001001010101011100001001101010100111000111111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,10,43); }

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

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

 a { background-color: rgb(36,10,43); }

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

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

 span { border-color: rgb(36,10,43); }

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