Html Css Color HEX #241A28 Blackcurrant

📋 copy color: '#241A28'

red 36 ◦ green 26 ◦ blue 40

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

Shades of Blackcurrant #241A28

Tints of Blackcurrant #241A28

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25.49%

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

R = 35.29%
G = 25.49%
B = 39.22%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#241A28 (or 0x241A28) is known color: Blackcurrant. HEX triplet: 24, 1A and 28. RGB value is (36,26,40). Sum of RGB (Red+Green+Blue) = 36+26+40=102 (13% of max value = 765). Red value is 36 (14.45% from 255 or 35.29% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 40 (16.02% from 255 or 39.22% from 102); Max value from RGB is 40 - color contains mainly: blue. Hex color #241A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A28 is #DBE5D7. Grayscale: #1E1E1E. Windows color (decimal): -14411224 or 2628132. OLE color: 2628132.

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

Color convert

RGB 36 26 40 -
CMYK 0.10 0.35 0 0.84
HSL 282.86º 0.21% 0.13% -
HSV(B) 282.86º 0.35% 0.16% -
XYZ 1.48 1.27 2.17 -
YUV 30.59 133.31 131.86 -
System Red Green Blue C M Y K H S L
Decimal 36 26 40 0.10 0.35 0 0.84 282.86 0.21 0.13
Hex 24 1A 28 A 23 0 54 11B 15 D
Octal 44 32 50 12 43 0 124 433 25 15
Binary 100100 11010 101000 1010 100011 0 1010100 100011011 10101 1101

Color Harmonies of #241A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A28

Black with #241A28

Text Example


Text Example

White with #241A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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