Html Css Color HEX #2A113D Blackcurrant

📋 copy color: '#2A113D'

red 42 ◦ green 17 ◦ blue 61

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

Shades of Blackcurrant #2A113D

Tints of Blackcurrant #2A113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.17%

 BLUE value IS 61 (24.22% from 255) = 50.83%

R = 35%
G = 14.17%
B = 50.83%

CMYK

 C value IS 0.31

 M value IS 0.72

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2A113D (or 0x2A113D) is known color: Blackcurrant. HEX triplet: 2A, 11 and 3D. RGB value is (42,17,61). Sum of RGB (Red+Green+Blue) = 42+17+61=120 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 61 (24.22% from 255 or 50.83% from 120); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A113D is #D5EEC2. Grayscale: #1D1D1D. Windows color (decimal): -14020291 or 4002090. OLE color: 4002090.

HSL color Cylindrical-coordinate representation of color #2A113D: hue angle of 274.09º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2A113D is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 42 17 61 -
CMYK 0.31 0.72 0 0.76
HSL 274.09º 0.56% 0.15% -
HSV(B) 274.09º 0.72% 0.24% -
XYZ 2 1.23 4.55 -
YUV 29.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 42 17 61 0.31 0.72 0 0.76 274.09 0.56 0.15
Hex 2A 11 3D 1F 48 0 4C 112 38 F
Octal 52 21 75 37 110 0 114 422 70 17
Binary 101010 10001 111101 11111 1001000 0 1001100 100010010 111000 1111

Color Harmonies of #2A113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A113D

Black with #2A113D

Text Example


Text Example

White with #2A113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,17,61); }

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

background-color css

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

 a { background-color: rgb(42,17,61); }

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

border-color css

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

 span { border-color: rgb(42,17,61); }

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