Html Css Color HEX #2A1E30 Blackcurrant

📋 copy color: '#2A1E30'

red 42 ◦ green 30 ◦ blue 48

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

Shades of Blackcurrant #2A1E30

Tints of Blackcurrant #2A1E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 40%

R = 35%
G = 25%
B = 40%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2A1E30 (or 0x2A1E30) is known color: Blackcurrant. HEX triplet: 2A, 1E and 30. RGB value is (42,30,48). Sum of RGB (Red+Green+Blue) = 42+30+48=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 48 - color contains mainly: blue. Hex color #2A1E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A1E30 is #D5E1CF. Grayscale: #232323. Windows color (decimal): -14016976 or 3153450. OLE color: 3153450.

HSL color Cylindrical-coordinate representation of color #2A1E30: hue angle of 280º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2A1E30 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 42 30 48 -
CMYK 0.13 0.37 0 0.81
HSL 280º 0.23% 0.15% -
HSV(B) 280º 0.38% 0.19% -
XYZ 1.95 1.63 3.01 -
YUV 35.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 42 30 48 0.13 0.37 0 0.81 280 0.23 0.15
Hex 2A 1E 30 D 25 0 51 118 17 F
Octal 52 36 60 15 45 0 121 430 27 17
Binary 101010 11110 110000 1101 100101 0 1010001 100011000 10111 1111

Color Harmonies of #2A1E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A1E30

Black with #2A1E30

Text Example


Text Example

White with #2A1E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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