Html Css Color HEX #2A0530 Blackcurrant

📋 copy color: '#2A0530'

red 42 ◦ green 5 ◦ blue 48

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

Shades of Blackcurrant #2A0530

Tints of Blackcurrant #2A0530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.26%

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

R = 44.21%
G = 5.26%
B = 50.53%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2A0530 (or 0x2A0530) is known color: Blackcurrant. HEX triplet: 2A, 05 and 30. RGB value is (42,5,48). Sum of RGB (Red+Green+Blue) = 42+5+48=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #2A0530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0530 is #D5FACF. Grayscale: #141414. Windows color (decimal): -14023376 or 3147050. OLE color: 3147050.

HSL color Cylindrical-coordinate representation of color #2A0530: hue angle of 291.63º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2A0530 is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 42 5 48 -
CMYK 0.13 0.90 0 0.81
HSL 291.63º 0.81% 0.1% -
HSV(B) 291.63º 0.9% 0.19% -
XYZ 1.54 0.81 2.87 -
YUV 20.97 143.26 143 -
System Red Green Blue C M Y K H S L
Decimal 42 5 48 0.13 0.90 0 0.81 291.63 0.81 0.1
Hex 2A 5 30 D 5A 0 51 124 51 A
Octal 52 5 60 15 132 0 121 444 121 12
Binary 101010 101 110000 1101 1011010 0 1010001 100100100 1010001 1010

Color Harmonies of #2A0530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0530

Black with #2A0530

Text Example


Text Example

White with #2A0530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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