Html Css Color HEX #240529 Blackcurrant

📋 copy color: '#240529'

red 36 ◦ green 5 ◦ blue 41

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

Shades of Blackcurrant #240529

Tints of Blackcurrant #240529

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.1%

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

R = 43.9%
G = 6.1%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#240529 (or 0x240529) is known color: Blackcurrant. HEX triplet: 24, 05 and 29. RGB value is (36,5,41). Sum of RGB (Red+Green+Blue) = 36+5+41=82 (10% of max value = 765). Red value is 36 (14.45% from 255 or 43.90% from 82); Green value is 5 (2.34% from 255 or 6.10% from 82); Blue value is 41 (16.41% from 255 or 50% from 82); Max value from RGB is 41 - color contains mainly: blue. Hex color #240529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240529 is #DBFAD6. Grayscale: #121212. Windows color (decimal): -14416599 or 2688292. OLE color: 2688292.

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

Color convert

RGB 36 5 41 -
CMYK 0.12 0.88 0 0.84
HSL 291.67º 0.78% 0.09% -
HSV(B) 291.67º 0.88% 0.16% -
XYZ 1.18 0.64 2.16 -
YUV 18.37 140.77 140.57 -
System Red Green Blue C M Y K H S L
Decimal 36 5 41 0.12 0.88 0 0.84 291.67 0.78 0.09
Hex 24 5 29 C 58 0 54 124 4E 9
Octal 44 5 51 14 130 0 124 444 116 11
Binary 100100 101 101001 1100 1011000 0 1010100 100100100 1001110 1001

Color Harmonies of #240529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240529

Black with #240529

Text Example


Text Example

White with #240529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240529; }

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

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

background-color css

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

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

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

border-color css

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

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

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