Html Css Color HEX #2A1E37 Blackcurrant

📋 copy color: '#2A1E37'

red 42 ◦ green 30 ◦ blue 55

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

Shades of Blackcurrant #2A1E37

Tints of Blackcurrant #2A1E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.62%

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

R = 33.07%
G = 23.62%
B = 43.31%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2A1E37 (or 0x2A1E37) is known color: Blackcurrant. HEX triplet: 2A, 1E and 37. RGB value is (42,30,55). Sum of RGB (Red+Green+Blue) = 42+30+55=127 (16% of max value = 765). Red value is 42 (16.80% from 255 or 33.07% from 127); Green value is 30 (12.11% from 255 or 23.62% from 127); Blue value is 55 (21.88% from 255 or 43.31% from 127); Max value from RGB is 55 - color contains mainly: blue. Hex color #2A1E37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1E37 is #D5E1C8. Grayscale: #242424. Windows color (decimal): -14016969 or 3612202. OLE color: 3612202.

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

Color convert

RGB 42 30 55 -
CMYK 0.24 0.45 0 0.78
HSL 268.8º 0.29% 0.17% -
HSV(B) 268.8º 0.45% 0.22% -
XYZ 2.11 1.7 3.83 -
YUV 36.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 42 30 55 0.24 0.45 0 0.78 268.8 0.29 0.17
Hex 2A 1E 37 18 2D 0 4E 10D 1D 11
Octal 52 36 67 30 55 0 116 415 35 21
Binary 101010 11110 110111 11000 101101 0 1001110 100001101 11101 10001

Color Harmonies of #2A1E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1E37

Black with #2A1E37

Text Example


Text Example

White with #2A1E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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