Html Css Color HEX #241F2A Blackcurrant

📋 copy color: '#241F2A'

red 36 ◦ green 31 ◦ blue 42

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

Shades of Blackcurrant #241F2A

Tints of Blackcurrant #241F2A

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.44%

 BLUE value IS 42 (16.8% from 255) = 38.53%

R = 33.03%
G = 28.44%
B = 38.53%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#241F2A (or 0x241F2A) is known color: Blackcurrant. HEX triplet: 24, 1F and 2A. RGB value is (36,31,42). Sum of RGB (Red+Green+Blue) = 36+31+42=109 (14% of max value = 765). Red value is 36 (14.45% from 255 or 33.03% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 42 - color contains mainly: blue. Hex color #241F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241F2A is #DBE0D5. Grayscale: #212121. Windows color (decimal): -14409942 or 2760484. OLE color: 2760484.

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

Color convert

RGB 36 31 42 -
CMYK 0.14 0.26 0 0.84
HSL 267.27º 0.15% 0.14% -
HSV(B) 267.27º 0.26% 0.16% -
XYZ 1.64 1.52 2.4 -
YUV 33.75 132.66 129.61 -
System Red Green Blue C M Y K H S L
Decimal 36 31 42 0.14 0.26 0 0.84 267.27 0.15 0.14
Hex 24 1F 2A E 1A 0 54 10B F E
Octal 44 37 52 16 32 0 124 413 17 16
Binary 100100 11111 101010 1110 11010 0 1010100 100001011 1111 1110

Color Harmonies of #241F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241F2A

Black with #241F2A

Text Example


Text Example

White with #241F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,31,42); }

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

background-color css

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

 a { background-color: rgb(36,31,42); }

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

border-color css

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

 span { border-color: rgb(36,31,42); }

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