Html Css Color HEX #241A2A Blackcurrant

📋 copy color: '#241A2A'

red 36 ◦ green 26 ◦ blue 42

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

Shades of Blackcurrant #241A2A

Tints of Blackcurrant #241A2A

RGB

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

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

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

R = 34.62%
G = 25%
B = 40.38%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#241A2A (or 0x241A2A) is known color: Blackcurrant. HEX triplet: 24, 1A and 2A. RGB value is (36,26,42). Sum of RGB (Red+Green+Blue) = 36+26+42=104 (13% of max value = 765). Red value is 36 (14.45% from 255 or 34.62% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 42 (16.80% from 255 or 40.38% from 104); Max value from RGB is 42 - color contains mainly: blue. Hex color #241A2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #241A2A is #DBE5D5. Grayscale: #1E1E1E. Windows color (decimal): -14411222 or 2759204. OLE color: 2759204.

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

Color convert

RGB 36 26 42 -
CMYK 0.14 0.38 0 0.84
HSL 277.5º 0.24% 0.13% -
HSV(B) 277.5º 0.38% 0.16% -
XYZ 1.51 1.28 2.36 -
YUV 30.81 134.31 131.7 -
System Red Green Blue C M Y K H S L
Decimal 36 26 42 0.14 0.38 0 0.84 277.5 0.24 0.13
Hex 24 1A 2A E 26 0 54 116 18 D
Octal 44 32 52 16 46 0 124 426 30 15
Binary 100100 11010 101010 1110 100110 0 1010100 100010110 11000 1101

Color Harmonies of #241A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241A2A

Black with #241A2A

Text Example


Text Example

White with #241A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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