Html Css Color HEX #241E28 Blackcurrant

📋 copy color: '#241E28'

red 36 ◦ green 30 ◦ blue 40

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

Shades of Blackcurrant #241E28

Tints of Blackcurrant #241E28

RGB

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

 GREEN value IS 30 (12.11% from 255) = 28.3%

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

R = 33.96%
G = 28.3%
B = 37.74%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#241E28 (or 0x241E28) is known color: Blackcurrant. HEX triplet: 24, 1E and 28. RGB value is (36,30,40). Sum of RGB (Red+Green+Blue) = 36+30+40=106 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.96% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 40 (16.02% from 255 or 37.74% from 106); Max value from RGB is 40 - color contains mainly: blue. Hex color #241E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241E28 is #DBE1D7. Grayscale: #202020. Windows color (decimal): -14410200 or 2629156. OLE color: 2629156.

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

Color convert

RGB 36 30 40 -
CMYK 0.10 0.25 0 0.84
HSL 276º 0.14% 0.14% -
HSV(B) 276º 0.25% 0.16% -
XYZ 1.57 1.46 2.21 -
YUV 32.93 131.99 130.19 -
System Red Green Blue C M Y K H S L
Decimal 36 30 40 0.10 0.25 0 0.84 276 0.14 0.14
Hex 24 1E 28 A 19 0 54 114 E E
Octal 44 36 50 12 31 0 124 424 16 16
Binary 100100 11110 101000 1010 11001 0 1010100 100010100 1110 1110

Color Harmonies of #241E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241E28

Black with #241E28

Text Example


Text Example

White with #241E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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