Html Css Color HEX #240528 Blackcurrant

📋 copy color: '#240528'

red 36 ◦ green 5 ◦ blue 40

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

Shades of Blackcurrant #240528

Tints of Blackcurrant #240528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 49.38%

R = 44.44%
G = 6.17%
B = 49.38%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#240528 (or 0x240528) is known color: Blackcurrant. HEX triplet: 24, 05 and 28. RGB value is (36,5,40). Sum of RGB (Red+Green+Blue) = 36+5+40=81 (10% of max value = 765). Red value is 36 (14.45% from 255 or 44.44% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 40 (16.02% from 255 or 49.38% from 81); Max value from RGB is 40 - color contains mainly: blue. Hex color #240528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #240528 is #DBFAD7. Grayscale: #121212. Windows color (decimal): -14416600 or 2622756. OLE color: 2622756.

HSL color Cylindrical-coordinate representation of color #240528: hue angle of 293.14º 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 #240528 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 36 5 40 -
CMYK 0.10 0.88 0 0.84
HSL 293.14º 0.78% 0.09% -
HSV(B) 293.14º 0.88% 0.16% -
XYZ 1.16 0.64 2.07 -
YUV 18.26 140.27 140.65 -
System Red Green Blue C M Y K H S L
Decimal 36 5 40 0.10 0.88 0 0.84 293.14 0.78 0.09
Hex 24 5 28 A 58 0 54 125 4E 9
Octal 44 5 50 12 130 0 124 445 116 11
Binary 100100 101 101000 1010 1011000 0 1010100 100100101 1001110 1001

Color Harmonies of #240528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240528

Black with #240528

Text Example


Text Example

White with #240528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240528; }

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

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

background-color css

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

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

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

border-color css

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

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

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