Html Css Color HEX #42054A Blackcurrant

📋 copy color: '#42054A'

red 66 ◦ green 5 ◦ blue 74

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

Shades of Blackcurrant #42054A

Tints of Blackcurrant #42054A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.45%

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

R = 45.52%
G = 3.45%
B = 51.03%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42054A (or 0x42054A) is known color: Blackcurrant. HEX triplet: 42, 05 and 4A. RGB value is (66,5,74). Sum of RGB (Red+Green+Blue) = 66+5+74=145 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.52% from 145); Green value is 5 (2.34% from 255 or 3.45% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #42054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42054A is #BDFAB5. Grayscale: #1E1E1E. Windows color (decimal): -12450486 or 4851010. OLE color: 4851010.

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

Color convert

RGB 66 5 74 -
CMYK 0.11 0.93 0 0.71
HSL 293.04º 0.87% 0.15% -
HSV(B) 293.04º 0.93% 0.29% -
XYZ 3.54 1.76 6.63 -
YUV 31.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 66 5 74 0.11 0.93 0 0.71 293.04 0.87 0.15
Hex 42 5 4A B 5D 0 47 125 57 F
Octal 102 5 112 13 135 0 107 445 127 17
Binary 1000010 101 1001010 1011 1011101 0 1000111 100100101 1010111 1111

Color Harmonies of #42054A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42054A

Black with #42054A

Text Example


Text Example

White with #42054A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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