Html Css Color HEX #2A113F Blackcurrant

📋 copy color: '#2A113F'

red 42 ◦ green 17 ◦ blue 63

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

Shades of Blackcurrant #2A113F

Tints of Blackcurrant #2A113F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 51.64%

R = 34.43%
G = 13.93%
B = 51.64%

CMYK

 C value IS 0.33

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2A113F (or 0x2A113F) is known color: Blackcurrant. HEX triplet: 2A, 11 and 3F. RGB value is (42,17,63). Sum of RGB (Red+Green+Blue) = 42+17+63=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 63 (25% from 255 or 51.64% from 122); Max value from RGB is 63 - color contains mainly: blue. Hex color #2A113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A113F is #D5EEC0. Grayscale: #1D1D1D. Windows color (decimal): -14020289 or 4133162. OLE color: 4133162.

HSL color Cylindrical-coordinate representation of color #2A113F: hue angle of 272.61º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2A113F is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 42 17 63 -
CMYK 0.33 0.73 0 0.75
HSL 272.61º 0.58% 0.16% -
HSV(B) 272.61º 0.73% 0.25% -
XYZ 2.05 1.25 4.84 -
YUV 29.72 146.78 136.76 -
System Red Green Blue C M Y K H S L
Decimal 42 17 63 0.33 0.73 0 0.75 272.61 0.58 0.16
Hex 2A 11 3F 21 49 0 4B 111 3A 10
Octal 52 21 77 41 111 0 113 421 72 20
Binary 101010 10001 111111 100001 1001001 0 1001011 100010001 111010 10000

Color Harmonies of #2A113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A113F

Black with #2A113F

Text Example


Text Example

White with #2A113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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