Html Css Color HEX #241A31 Blackcurrant

📋 copy color: '#241A31'

red 36 ◦ green 26 ◦ blue 49

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

Shades of Blackcurrant #241A31

Tints of Blackcurrant #241A31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 44.14%

R = 32.43%
G = 23.42%
B = 44.14%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#241A31 (or 0x241A31) is known color: Blackcurrant. HEX triplet: 24, 1A and 31. RGB value is (36,26,49). Sum of RGB (Red+Green+Blue) = 36+26+49=111 (14% of max value = 765). Red value is 36 (14.45% from 255 or 32.43% from 111); Green value is 26 (10.55% from 255 or 23.42% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #241A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A31 is #DBE5CE. Grayscale: #1F1F1F. Windows color (decimal): -14411215 or 3217956. OLE color: 3217956.

HSL color Cylindrical-coordinate representation of color #241A31: hue angle of 266.09º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #241A31 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 36 26 49 -
CMYK 0.27 0.47 0 0.81
HSL 266.09º 0.31% 0.15% -
HSV(B) 266.09º 0.47% 0.19% -
XYZ 1.65 1.34 3.08 -
YUV 31.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 36 26 49 0.27 0.47 0 0.81 266.09 0.31 0.15
Hex 24 1A 31 1B 2F 0 51 10A 1F F
Octal 44 32 61 33 57 0 121 412 37 17
Binary 100100 11010 110001 11011 101111 0 1010001 100001010 11111 1111

Color Harmonies of #241A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A31

Black with #241A31

Text Example


Text Example

White with #241A31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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