Html Css Color HEX #2A0044 Blackcurrant

📋 copy color: '#2A0044'

red 42 ◦ green 0 ◦ blue 68

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

Shades of Blackcurrant #2A0044

Tints of Blackcurrant #2A0044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 61.82%

R = 38.18%
G = 0%
B = 61.82%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#2A0044 (or 0x2A0044) is known color: Blackcurrant. HEX triplet: 2A, 00 and 44. RGB value is (42,0,68). Sum of RGB (Red+Green+Blue) = 42+0+68=110 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.18% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 68 (26.95% from 255 or 61.82% from 110); Max value from RGB is 68 - color contains mainly: blue. Hex color #2A0044 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0044 is #D5FFBB. Grayscale: #141414. Windows color (decimal): -14024636 or 4456490. OLE color: 4456490.

HSL color Cylindrical-coordinate representation of color #2A0044: hue angle of 277.06º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2A0044 is Cyan = 0.38, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 42 0 68 -
CMYK 0.38 1 0 0.73
HSL 277.06º 1% 0.13% -
HSV(B) 277.06º 1% 0.27% -
XYZ 2 0.91 5.54 -
YUV 20.31 154.91 143.47 -
System Red Green Blue C M Y K H S L
Decimal 42 0 68 0.38 1 0 0.73 277.06 1 0.13
Hex 2A 0 44 26 64 0 49 115 64 D
Octal 52 0 104 46 144 0 111 425 144 15
Binary 101010 0 1000100 100110 1100100 0 1001001 100010101 1100100 1101

Color Harmonies of #2A0044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0044

Black with #2A0044

Text Example


Text Example

White with #2A0044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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