#241133

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

Shades of Blackcurrant #241133

Tints of Blackcurrant #241133

Color information

#241133 (or 0x241133) is unknown color: approx Blackcurrant. HEX triplet: 24, 11 and 33. RGB value is (36,17,51). Sum of RGB (Red+Green+Blue) = 36+17+51=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 17 (7.03% from 255 or 16.35% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #241133 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241133 is #DBEECC. Grayscale: #1A1A1A. Windows color (decimal): -14413517 or 3346724. OLE color: 3346724.

HSL color Cylindrical-coordinate representation of color #241133: hue angle of 273.53º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241133 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB361751-
CMYK0.290.6700.8
HSL273.53º50%13.33%-
HSV(B)273.53º66.67%20%-
XYZ1.531.013.25-
YUV26.56141.79134.74-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.62%
GREEN value IS 17 (7.03% from 255) = 16.35%
BLUE value IS 51 (20.31% from 255) = 49.04%
R=34.62%
G=16.35%
B=49.04%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3617510.290.6700.8273.535013.33
Hex2411331D4305011232d
Octal4421633510301204226215
Binary10010010001110011111011000011010100001000100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241133; }

 p { color: rgb(36,17,51); }

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

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

 a { background-color: rgb(36,17,51); }

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

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

 span { border-color: rgb(36,17,51); }

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