Html Css Color HEX #2A0830 Blackcurrant

📋 copy color: '#2A0830'

red 42 ◦ green 8 ◦ blue 48

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

Shades of Blackcurrant #2A0830

Tints of Blackcurrant #2A0830

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.16%

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

R = 42.86%
G = 8.16%
B = 48.98%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#2A0830 (or 0x2A0830) is known color: Blackcurrant. HEX triplet: 2A, 08 and 30. RGB value is (42,8,48). Sum of RGB (Red+Green+Blue) = 42+8+48=98 (12% of max value = 765). Red value is 42 (16.80% from 255 or 42.86% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 48 (19.14% from 255 or 48.98% from 98); Max value from RGB is 48 - color contains mainly: blue. Hex color #2A0830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0830 is #D5F7CF. Grayscale: #161616. Windows color (decimal): -14022608 or 3147818. OLE color: 3147818.

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

Color convert

RGB 42 8 48 -
CMYK 0.13 0.83 0 0.81
HSL 291º 0.71% 0.11% -
HSV(B) 291º 0.83% 0.19% -
XYZ 1.58 0.88 2.88 -
YUV 22.73 142.26 141.75 -
System Red Green Blue C M Y K H S L
Decimal 42 8 48 0.13 0.83 0 0.81 291 0.71 0.11
Hex 2A 8 30 D 53 0 51 123 47 B
Octal 52 10 60 15 123 0 121 443 107 13
Binary 101010 1000 110000 1101 1010011 0 1010001 100100011 1000111 1011

Color Harmonies of #2A0830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0830

Black with #2A0830

Text Example


Text Example

White with #2A0830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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