Html Css Color HEX #42024A Blackcurrant

📋 copy color: '#42024A'

red 66 ◦ green 2 ◦ blue 74

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

Shades of Blackcurrant #42024A

Tints of Blackcurrant #42024A

RGB

 RED value IS 66 (26.17% from 255) = 46.48%

 GREEN value IS 2 (1.17% from 255) = 1.41%

 BLUE value IS 74 (29.3% from 255) = 52.11%

R = 46.48%
G = 1.41%
B = 52.11%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42024A (or 0x42024A) is known color: Blackcurrant. HEX triplet: 42, 02 and 4A. RGB value is (66,2,74). Sum of RGB (Red+Green+Blue) = 66+2+74=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 74 (29.30% from 255 or 52.11% from 142); Max value from RGB is 74 - color contains mainly: blue. Hex color #42024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42024A is #BDFDB5. Grayscale: #1D1D1D. Windows color (decimal): -12451254 or 4850242. OLE color: 4850242.

HSL color Cylindrical-coordinate representation of color #42024A: hue angle of 293.33º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42024A is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 2 74 -
CMYK 0.11 0.97 0 0.71
HSL 293.33º 0.95% 0.15% -
HSV(B) 293.33º 0.97% 0.29% -
XYZ 3.5 1.7 6.62 -
YUV 29.34 153.2 154.15 -
System Red Green Blue C M Y K H S L
Decimal 66 2 74 0.11 0.97 0 0.71 293.33 0.95 0.15
Hex 42 2 4A B 61 0 47 125 5F F
Octal 102 2 112 13 141 0 107 445 137 17
Binary 1000010 10 1001010 1011 1100001 0 1000111 100100101 1011111 1111

Color Harmonies of #42024A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42024A

Black with #42024A

Text Example


Text Example

White with #42024A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42024A; }

 p { color: rgb(66,2,74); }

 H1.HeaderClassName
 {
   color: #42024A;
 }
 .AnyTagClassName
 {
   color: #42024A;
 }
</style>

background-color css

<style>
 a { background-color: #42024A; }

 a { background-color: rgb(66,2,74); }

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

border-color css

<style>
 span { border-color: #42024A; }

 span { border-color: rgb(66,2,74); }

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