Html Css Color HEX #240429 Blackcurrant

📋 copy color: '#240429'

red 36 ◦ green 4 ◦ blue 41

#240429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #240429

Tints of Blackcurrant #240429

RGB

 RED value IS 36 (14.45% from 255) = 44.44%

 GREEN value IS 4 (1.95% from 255) = 4.94%

 BLUE value IS 41 (16.41% from 255) = 50.62%

R = 44.44%
G = 4.94%
B = 50.62%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#240429 (or 0x240429) is known color: Blackcurrant. HEX triplet: 24, 04 and 29. RGB value is (36,4,41). Sum of RGB (Red+Green+Blue) = 36+4+41=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 41 (16.41% from 255 or 50.62% from 81); Max value from RGB is 41 - color contains mainly: blue. Hex color #240429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240429 is #DBFBD6. Grayscale: #111111. Windows color (decimal): -14416855 or 2688036. OLE color: 2688036.

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

Color convert

RGB 36 4 41 -
CMYK 0.12 0.90 0 0.84
HSL 291.89º 0.82% 0.09% -
HSV(B) 291.89º 0.9% 0.16% -
XYZ 1.17 0.62 2.16 -
YUV 17.79 141.1 140.99 -
System Red Green Blue C M Y K H S L
Decimal 36 4 41 0.12 0.90 0 0.84 291.89 0.82 0.09
Hex 24 4 29 C 5A 0 54 124 52 9
Octal 44 4 51 14 132 0 124 444 122 11
Binary 100100 100 101001 1100 1011010 0 1010100 100100100 1010010 1001

Color Harmonies of #240429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240429

Black with #240429

Text Example


Text Example

White with #240429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240429; }

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

 H1.HeaderClassName
 {
   color: #240429;
 }
 .AnyTagClassName
 {
   color: #240429;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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