#241134

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

Shades of Blackcurrant #241134

Tints of Blackcurrant #241134

Color information

#241134 (or 0x241134) is unknown color: approx Blackcurrant. HEX triplet: 24, 11 and 34. RGB value is (36,17,52). Sum of RGB (Red+Green+Blue) = 36+17+52=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 52 (20.70% from 255 or 49.52% from 105); Max value from RGB is 52 - color contains mainly: blue. Hex color #241134 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241134 is #DBEECB. Grayscale: #1A1A1A. Windows color (decimal): -14413516 or 3412260. OLE color: 3412260.

HSL color Cylindrical-coordinate representation of color #241134: hue angle of 272.57º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #241134 is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB361752-
CMYK0.310.6700.80
HSL272.57º50.72%13.53%-
HSV(B)272.57º67.31%20.39%-
XYZ1.551.023.36-
YUV26.67142.29134.65-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.29%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 52 (20.70% from 255) = 49.52%
R=34.29%
G=16.19%
B=49.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3617520.310.6700.80272.5750.7213.53
Hex2411341F4305011133e
Octal4421643710301204216316
Binary10010010001110100111111000011010100001000100011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241134; }

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

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

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

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

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

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

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

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