Html Css Color HEX #241528 Blackcurrant

📋 copy color: '#241528'

red 36 ◦ green 21 ◦ blue 40

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

Shades of Blackcurrant #241528

Tints of Blackcurrant #241528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.65%

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

R = 37.11%
G = 21.65%
B = 41.24%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#241528 (or 0x241528) is known color: Blackcurrant. HEX triplet: 24, 15 and 28. RGB value is (36,21,40). Sum of RGB (Red+Green+Blue) = 36+21+40=97 (12% of max value = 765). Red value is 36 (14.45% from 255 or 37.11% from 97); Green value is 21 (8.59% from 255 or 21.65% from 97); Blue value is 40 (16.02% from 255 or 41.24% from 97); Max value from RGB is 40 - color contains mainly: blue. Hex color #241528 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #241528 is #DBEAD7. Grayscale: #1B1B1B. Windows color (decimal): -14412504 or 2626852. OLE color: 2626852.

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

Color convert

RGB 36 21 40 -
CMYK 0.10 0.48 0 0.84
HSL 287.37º 0.31% 0.12% -
HSV(B) 287.37º 0.48% 0.16% -
XYZ 1.38 1.06 2.14 -
YUV 27.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 36 21 40 0.10 0.48 0 0.84 287.37 0.31 0.12
Hex 24 15 28 A 30 0 54 11F 1F C
Octal 44 25 50 12 60 0 124 437 37 14
Binary 100100 10101 101000 1010 110000 0 1010100 100011111 11111 1100

Color Harmonies of #241528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241528

Black with #241528

Text Example


Text Example

White with #241528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241528; }

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

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

background-color css

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

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

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

border-color css

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

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

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