#240B29

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

Shades of Blackcurrant #240B29

Tints of Blackcurrant #240B29

Color information

#240B29 (or 0x240B29) is unknown color: approx Blackcurrant. HEX triplet: 24, 0B and 29. RGB value is (36,11,41). Sum of RGB (Red+Green+Blue) = 36+11+41=88 (11% of max value = 765). Red value is 36 (14.45% from 255 or 40.91% from 88); Green value is 11 (4.69% from 255 or 12.5% from 88); Blue value is 41 (16.41% from 255 or 46.59% from 88); Max value from RGB is 41 - color contains mainly: blue. Hex color #240B29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240B29 is #DBF4D6. Grayscale: #151515. Windows color (decimal): -14415063 or 2689828. OLE color: 2689828.

HSL color Cylindrical-coordinate representation of color #240B29: hue angle of 290º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #240B29 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB361141-
CMYK0.120.7300.84
HSL290º57.69%10.2%-
HSV(B)290º73.17%16.08%-
XYZ1.250.772.18-
YUV21.9138.78138.06-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 40.91%
GREEN value IS 11 (4.69% from 255) = 12.5%
BLUE value IS 41 (16.41% from 255) = 46.59%
R=40.91%
G=12.5%
B=46.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3611410.120.7300.8429057.6910.2
Hex24B29C490541223aa
Octal4413511411101244427212
Binary100100101110100111001001001010101001001000101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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