Html Css Color HEX #2A0136 Blackcurrant

📋 copy color: '#2A0136'

red 42 ◦ green 1 ◦ blue 54

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

Shades of Blackcurrant #2A0136

Tints of Blackcurrant #2A0136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.03%

 BLUE value IS 54 (21.48% from 255) = 55.67%

R = 43.3%
G = 1.03%
B = 55.67%

CMYK

 C value IS 0.22

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2A0136 (or 0x2A0136) is known color: Blackcurrant. HEX triplet: 2A, 01 and 36. RGB value is (42,1,54). Sum of RGB (Red+Green+Blue) = 42+1+54=97 (12% of max value = 765). Red value is 42 (16.80% from 255 or 43.30% from 97); Green value is 1 (0.78% from 255 or 1.03% from 97); Blue value is 54 (21.48% from 255 or 55.67% from 97); Max value from RGB is 54 - color contains mainly: blue. Hex color #2A0136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0136 is #D5FEC9. Grayscale: #131313. Windows color (decimal): -14024394 or 3539242. OLE color: 3539242.

HSL color Cylindrical-coordinate representation of color #2A0136: hue angle of 286.42º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0136 is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 42 1 54 -
CMYK 0.22 0.98 0 0.79
HSL 286.42º 0.96% 0.11% -
HSV(B) 286.42º 0.98% 0.21% -
XYZ 1.63 0.78 3.55 -
YUV 19.3 147.58 144.19 -
System Red Green Blue C M Y K H S L
Decimal 42 1 54 0.22 0.98 0 0.79 286.42 0.96 0.11
Hex 2A 1 36 16 62 0 4F 11E 60 B
Octal 52 1 66 26 142 0 117 436 140 13
Binary 101010 1 110110 10110 1100010 0 1001111 100011110 1100000 1011

Color Harmonies of #2A0136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0136

Black with #2A0136

Text Example


Text Example

White with #2A0136

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,1,54); }

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

background-color css

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

 a { background-color: rgb(42,1,54); }

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

border-color css

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

 span { border-color: rgb(42,1,54); }

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