#241029

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

Shades of Blackcurrant #241029

Tints of Blackcurrant #241029

Color information

#241029 (or 0x241029) is unknown color: approx Blackcurrant. HEX triplet: 24, 10 and 29. RGB value is (36,16,41). Sum of RGB (Red+Green+Blue) = 36+16+41=93 (12% of max value = 765). Red value is 36 (14.45% from 255 or 38.71% from 93); Green value is 16 (6.64% from 255 or 17.20% from 93); Blue value is 41 (16.41% from 255 or 44.09% from 93); Max value from RGB is 41 - color contains mainly: blue. Hex color #241029 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241029 is #DBEFD6. Grayscale: #181818. Windows color (decimal): -14413783 or 2691108. OLE color: 2691108.

HSL color Cylindrical-coordinate representation of color #241029: hue angle of 288º degrees, saturation: 0.44, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #241029 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB361641-
CMYK0.120.6100.84
HSL288º43.86%11.18%-
HSV(B)288º60.98%16.08%-
XYZ1.310.912.2-
YUV24.83137.13135.97-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 38.71%
GREEN value IS 16 (6.64% from 255) = 17.20%
BLUE value IS 41 (16.41% from 255) = 44.09%
R=38.71%
G=17.20%
B=44.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3616410.120.6100.8428843.8611.18
Hex241029C3D0541202cb
Octal442051147501244405413
Binary100100100001010011100111101010101001001000001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241029; }

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

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

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

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

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

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

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

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