#241336

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

Shades of Blackcurrant #241336

Tints of Blackcurrant #241336

Color information

#241336 (or 0x241336) is unknown color: approx Blackcurrant. HEX triplet: 24, 13 and 36. RGB value is (36,19,54). Sum of RGB (Red+Green+Blue) = 36+19+54=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 54 (21.48% from 255 or 49.54% from 109); Max value from RGB is 54 - color contains mainly: blue. Hex color #241336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241336 is #DBECC9. Grayscale: #1B1B1B. Windows color (decimal): -14413002 or 3543844. OLE color: 3543844.

HSL color Cylindrical-coordinate representation of color #241336: hue angle of 269.14º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #241336 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB361954-
CMYK0.330.6500.79
HSL269.14º47.95%14.31%-
HSV(B)269.14º64.81%21.18%-
XYZ1.631.113.62-
YUV28.07142.63133.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.03%
GREEN value IS 19 (7.81% from 255) = 17.43%
BLUE value IS 54 (21.48% from 255) = 49.54%
R=33.03%
G=17.43%
B=49.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3619540.330.6500.79269.1447.9514.31
Hex241336214104F10d30e
Octal4423664110101174156016
Binary100100100111101101000011000001010011111000011011100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241336; }

 p { color: rgb(36,19,54); }

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

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

 a { background-color: rgb(36,19,54); }

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

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

 span { border-color: rgb(36,19,54); }

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