Html Css Color HEX #2A123B Blackcurrant

📋 copy color: '#2A123B'

red 42 ◦ green 18 ◦ blue 59

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

Shades of Blackcurrant #2A123B

Tints of Blackcurrant #2A123B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.13%

 BLUE value IS 59 (23.44% from 255) = 49.58%

R = 35.29%
G = 15.13%
B = 49.58%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2A123B (or 0x2A123B) is known color: Blackcurrant. HEX triplet: 2A, 12 and 3B. RGB value is (42,18,59). Sum of RGB (Red+Green+Blue) = 42+18+59=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 59 (23.44% from 255 or 49.58% from 119); Max value from RGB is 59 - color contains mainly: blue. Hex color #2A123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A123B is #D5EDC4. Grayscale: #1D1D1D. Windows color (decimal): -14020037 or 3871274. OLE color: 3871274.

HSL color Cylindrical-coordinate representation of color #2A123B: hue angle of 275.12º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A123B is Cyan = 0.29, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 42 18 59 -
CMYK 0.29 0.69 0 0.77
HSL 275.12º 0.53% 0.15% -
HSV(B) 275.12º 0.69% 0.23% -
XYZ 1.96 1.24 4.27 -
YUV 29.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 42 18 59 0.29 0.69 0 0.77 275.12 0.53 0.15
Hex 2A 12 3B 1D 45 0 4D 113 35 F
Octal 52 22 73 35 105 0 115 423 65 17
Binary 101010 10010 111011 11101 1000101 0 1001101 100010011 110101 1111

Color Harmonies of #2A123B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A123B

Black with #2A123B

Text Example


Text Example

White with #2A123B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,18,59); }

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

background-color css

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

 a { background-color: rgb(42,18,59); }

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

border-color css

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

 span { border-color: rgb(42,18,59); }

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