#241135

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

Shades of Blackcurrant #241135

Tints of Blackcurrant #241135

Color information

#241135 (or 0x241135) is unknown color: approx Blackcurrant. HEX triplet: 24, 11 and 35. RGB value is (36,17,53). Sum of RGB (Red+Green+Blue) = 36+17+53=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #241135 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241135 is #DBEECA. Grayscale: #1A1A1A. Windows color (decimal): -14413515 or 3477796. OLE color: 3477796.

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

Color convert

RGB361753-
CMYK0.320.6800.79
HSL271.67º51.43%13.73%-
HSV(B)271.67º67.92%20.78%-
XYZ1.571.033.48-
YUV26.78142.79134.57-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.96%
GREEN value IS 17 (7.03% from 255) = 16.04%
BLUE value IS 53 (21.09% from 255) = 50%
R=33.96%
G=16.04%
B=50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3617530.320.6800.79271.6751.4313.73
Hex241135204404F11033e
Octal4421654010401174206316
Binary100100100011101011000001000100010011111000100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241135; }

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

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

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

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

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

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

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

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