Html Css Color HEX #241D28 Blackcurrant

📋 copy color: '#241D28'

red 36 ◦ green 29 ◦ blue 40

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

Shades of Blackcurrant #241D28

Tints of Blackcurrant #241D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 27.62%

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

R = 34.29%
G = 27.62%
B = 38.1%

CMYK

 C value IS 0.10

 M value IS 0.28

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#241D28 (or 0x241D28) is known color: Blackcurrant. HEX triplet: 24, 1D and 28. RGB value is (36,29,40). Sum of RGB (Red+Green+Blue) = 36+29+40=105 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.29% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 40 (16.02% from 255 or 38.10% from 105); Max value from RGB is 40 - color contains mainly: blue. Hex color #241D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241D28 is #DBE2D7. Grayscale: #202020. Windows color (decimal): -14410456 or 2628900. OLE color: 2628900.

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

Color convert

RGB 36 29 40 -
CMYK 0.10 0.28 0 0.84
HSL 278.18º 0.16% 0.14% -
HSV(B) 278.18º 0.28% 0.16% -
XYZ 1.55 1.41 2.2 -
YUV 32.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 36 29 40 0.10 0.28 0 0.84 278.18 0.16 0.14
Hex 24 1D 28 A 1C 0 54 116 10 E
Octal 44 35 50 12 34 0 124 426 20 16
Binary 100100 11101 101000 1010 11100 0 1010100 100010110 10000 1110

Color Harmonies of #241D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241D28

Black with #241D28

Text Example


Text Example

White with #241D28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241D28; }

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

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

background-color css

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

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

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

border-color css

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

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

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