Html Css Color HEX #2A1637 Blackcurrant

📋 copy color: '#2A1637'

red 42 ◦ green 22 ◦ blue 55

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

Shades of Blackcurrant #2A1637

Tints of Blackcurrant #2A1637

RGB

 RED value IS 42 (16.8% from 255) = 35.29%

 GREEN value IS 22 (8.98% from 255) = 18.49%

 BLUE value IS 55 (21.88% from 255) = 46.22%

R = 35.29%
G = 18.49%
B = 46.22%

CMYK

 C value IS 0.24

 M value IS 0.6

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2A1637 (or 0x2A1637) is known color: Blackcurrant. HEX triplet: 2A, 16 and 37. RGB value is (42,22,55). Sum of RGB (Red+Green+Blue) = 42+22+55=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 22 (8.98% from 255 or 18.49% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A1637 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1637 is #D5E9C8. Grayscale: #1F1F1F. Windows color (decimal): -14019017 or 3610154. OLE color: 3610154.

HSL color Cylindrical-coordinate representation of color #2A1637: hue angle of 276.36º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2A1637 is Cyan = 0.24, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 42 22 55 -
CMYK 0.24 0.6 0 0.78
HSL 276.36º 0.43% 0.15% -
HSV(B) 276.36º 0.6% 0.22% -
XYZ 1.93 1.34 3.77 -
YUV 31.74 141.13 135.32 -
System Red Green Blue C M Y K H S L
Decimal 42 22 55 0.24 0.6 0 0.78 276.36 0.43 0.15
Hex 2A 16 37 18 3C 0 4E 114 2B F
Octal 52 26 67 30 74 0 116 424 53 17
Binary 101010 10110 110111 11000 111100 0 1001110 100010100 101011 1111

Color Harmonies of #2A1637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1637

Black with #2A1637

Text Example


Text Example

White with #2A1637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A1637; }

 p { color: rgb(42,22,55); }

 H1.HeaderClassName
 {
   color: #2A1637;
 }
 .AnyTagClassName
 {
   color: #2A1637;
 }
</style>

background-color css

<style>
 a { background-color: #2A1637; }

 a { background-color: rgb(42,22,55); }

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

border-color css

<style>
 span { border-color: #2A1637; }

 span { border-color: rgb(42,22,55); }

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