Html Css Color HEX #2A0142 Blackcurrant

📋 copy color: '#2A0142'

red 42 ◦ green 1 ◦ blue 66

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

Shades of Blackcurrant #2A0142

Tints of Blackcurrant #2A0142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 60.55%

R = 38.53%
G = 0.92%
B = 60.55%

CMYK

 C value IS 0.36

 M value IS 0.98

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#2A0142 (or 0x2A0142) is known color: Blackcurrant. HEX triplet: 2A, 01 and 42. RGB value is (42,1,66). Sum of RGB (Red+Green+Blue) = 42+1+66=109 (14% of max value = 765). Red value is 42 (16.80% from 255 or 38.53% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 66 (26.17% from 255 or 60.55% from 109); Max value from RGB is 66 - color contains mainly: blue. Hex color #2A0142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2A0142 is #D5FEBD. Grayscale: #141414. Windows color (decimal): -14024382 or 4325674. OLE color: 4325674.

HSL color Cylindrical-coordinate representation of color #2A0142: hue angle of 277.85º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0142 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 42 1 66 -
CMYK 0.36 0.98 0 0.74
HSL 277.85º 0.97% 0.13% -
HSV(B) 277.85º 0.98% 0.26% -
XYZ 1.95 0.91 5.23 -
YUV 20.67 153.58 143.21 -
System Red Green Blue C M Y K H S L
Decimal 42 1 66 0.36 0.98 0 0.74 277.85 0.97 0.13
Hex 2A 1 42 24 62 0 4A 116 61 D
Octal 52 1 102 44 142 0 112 426 141 15
Binary 101010 1 1000010 100100 1100010 0 1001010 100010110 1100001 1101

Color Harmonies of #2A0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A0142

Black with #2A0142

Text Example


Text Example

White with #2A0142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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