Html Css Color HEX #2A1937 Blackcurrant

📋 copy color: '#2A1937'

red 42 ◦ green 25 ◦ blue 55

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

Shades of Blackcurrant #2A1937

Tints of Blackcurrant #2A1937

RGB

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

 GREEN value IS 25 (10.16% from 255) = 20.49%

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

R = 34.43%
G = 20.49%
B = 45.08%

CMYK

 C value IS 0.24

 M value IS 0.55

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2A1937 (or 0x2A1937) is known color: Blackcurrant. HEX triplet: 2A, 19 and 37. RGB value is (42,25,55). Sum of RGB (Red+Green+Blue) = 42+25+55=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A1937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A1937 is #D5E6C8. Grayscale: #212121. Windows color (decimal): -14018249 or 3610922. OLE color: 3610922.

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

Color convert

RGB 42 25 55 -
CMYK 0.24 0.55 0 0.78
HSL 274º 0.38% 0.16% -
HSV(B) 274º 0.55% 0.22% -
XYZ 1.99 1.46 3.79 -
YUV 33.5 140.13 134.06 -
System Red Green Blue C M Y K H S L
Decimal 42 25 55 0.24 0.55 0 0.78 274 0.38 0.16
Hex 2A 19 37 18 37 0 4E 112 26 10
Octal 52 31 67 30 67 0 116 422 46 20
Binary 101010 11001 110111 11000 110111 0 1001110 100010010 100110 10000

Color Harmonies of #2A1937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1937

Black with #2A1937

Text Example


Text Example

White with #2A1937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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