Html Css Color HEX #241A2D Blackcurrant

📋 copy color: '#241A2D'

red 36 ◦ green 26 ◦ blue 45

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

Shades of Blackcurrant #241A2D

Tints of Blackcurrant #241A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 42.06%

R = 33.64%
G = 24.3%
B = 42.06%

CMYK

 C value IS 0.2

 M value IS 0.42

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#241A2D (or 0x241A2D) is known color: Blackcurrant. HEX triplet: 24, 1A and 2D. RGB value is (36,26,45). Sum of RGB (Red+Green+Blue) = 36+26+45=107 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.64% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 45 (17.97% from 255 or 42.06% from 107); Max value from RGB is 45 - color contains mainly: blue. Hex color #241A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A2D is #DBE5D2. Grayscale: #1F1F1F. Windows color (decimal): -14411219 or 2955812. OLE color: 2955812.

HSL color Cylindrical-coordinate representation of color #241A2D: hue angle of 271.58º degrees, saturation: 0.27, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #241A2D is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 36 26 45 -
CMYK 0.2 0.42 0 0.82
HSL 271.58º 0.27% 0.14% -
HSV(B) 271.58º 0.42% 0.18% -
XYZ 1.57 1.3 2.65 -
YUV 31.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 36 26 45 0.2 0.42 0 0.82 271.58 0.27 0.14
Hex 24 1A 2D 14 2A 0 52 110 1B E
Octal 44 32 55 24 52 0 122 420 33 16
Binary 100100 11010 101101 10100 101010 0 1010010 100010000 11011 1110

Color Harmonies of #241A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A2D

Black with #241A2D

Text Example


Text Example

White with #241A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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