Html Css Color HEX #2A0032 Blackcurrant

📋 copy color: '#2A0032'

red 42 ◦ green 0 ◦ blue 50

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

Shades of Blackcurrant #2A0032

Tints of Blackcurrant #2A0032

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 50 (19.92% from 255) = 54.35%

R = 45.65%
G = 0%
B = 54.35%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2A0032 (or 0x2A0032) is known color: Blackcurrant. HEX triplet: 2A, 00 and 32. RGB value is (42,0,50). Sum of RGB (Red+Green+Blue) = 42+0+50=92 (12% of max value = 765). Red value is 42 (16.80% from 255 or 45.65% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #2A0032 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0032 is #D5FFCD. Grayscale: #121212. Windows color (decimal): -14024654 or 3276842. OLE color: 3276842.

HSL color Cylindrical-coordinate representation of color #2A0032: hue angle of 290.4º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0032 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 42 0 50 -
CMYK 0.16 1 0 0.80
HSL 290.4º 1% 0.1% -
HSV(B) 290.4º 1% 0.2% -
XYZ 1.53 0.72 3.08 -
YUV 18.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 42 0 50 0.16 1 0 0.80 290.4 1 0.1
Hex 2A 0 32 10 64 0 50 122 64 A
Octal 52 0 62 20 144 0 120 442 144 12
Binary 101010 0 110010 10000 1100100 0 1010000 100100010 1100100 1010

Color Harmonies of #2A0032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0032

Black with #2A0032

Text Example


Text Example

White with #2A0032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,0,50); }

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

background-color css

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

 a { background-color: rgb(42,0,50); }

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

border-color css

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

 span { border-color: rgb(42,0,50); }

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