#241035

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

Shades of Blackcurrant #241035

Tints of Blackcurrant #241035

Color information

#241035 (or 0x241035) is unknown color: approx Blackcurrant. HEX triplet: 24, 10 and 35. RGB value is (36,16,53). Sum of RGB (Red+Green+Blue) = 36+16+53=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #241035 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241035 is #DBEFCA. Grayscale: #1A1A1A. Windows color (decimal): -14413771 or 3477540. OLE color: 3477540.

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

Color convert

RGB361653-
CMYK0.320.7000.79
HSL272.43º53.62%13.53%-
HSV(B)272.43º69.81%20.78%-
XYZ1.5613.48-
YUV26.2143.13134.99-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 34.29%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 53 (21.09% from 255) = 50.48%
R=34.29%
G=15.24%
B=50.48%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3616530.320.7000.79272.4353.6213.53
Hex241035204604F11036e
Octal4420654010601174206616
Binary100100100001101011000001000110010011111000100001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241035; }

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

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

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

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

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

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

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

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