#242029

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

Shades of Blackcurrant #242029

Tints of Blackcurrant #242029

Color information

#242029 (or 0x242029) is unknown color: approx Blackcurrant. HEX triplet: 24, 20 and 29. RGB value is (36,32,41). Sum of RGB (Red+Green+Blue) = 36+32+41=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 41 - color contains mainly: blue. Hex color #242029 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242029 is #DBDFD6. Grayscale: #222222. Windows color (decimal): -14409687 or 2695204. OLE color: 2695204.

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

Color convert

RGB363241-
CMYK0.120.2200.84
HSL266.67º12.33%14.31%-
HSV(B)266.67º21.95%16.08%-
XYZ1.641.572.31-
YUV34.22131.83129.27-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 33.03%
GREEN value IS 32 (12.89% from 255) = 29.36%
BLUE value IS 41 (16.41% from 255) = 37.61%
R=33.03%
G=29.36%
B=37.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3632410.120.2200.84266.6712.3314.31
Hex242029C1605410bce
Octal444051142601244131416
Binary1001001000001010011100101100101010010000101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #242029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #242029; }

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

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

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

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

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

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

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

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