Html Css Color HEX #42044D Blackcurrant

📋 copy color: '#42044D'

red 66 ◦ green 4 ◦ blue 77

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

Shades of Blackcurrant #42044D

Tints of Blackcurrant #42044D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.72%

 BLUE value IS 77 (30.47% from 255) = 52.38%

R = 44.9%
G = 2.72%
B = 52.38%

CMYK

 C value IS 0.14

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42044D (or 0x42044D) is known color: Blackcurrant. HEX triplet: 42, 04 and 4D. RGB value is (66,4,77). Sum of RGB (Red+Green+Blue) = 66+4+77=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 77 (30.47% from 255 or 52.38% from 147); Max value from RGB is 77 - color contains mainly: blue. Hex color #42044D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42044D is #BDFBB2. Grayscale: #1E1E1E. Windows color (decimal): -12450739 or 5047362. OLE color: 5047362.

HSL color Cylindrical-coordinate representation of color #42044D: hue angle of 290.96º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #42044D is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 4 77 -
CMYK 0.14 0.95 0 0.70
HSL 290.96º 0.9% 0.16% -
HSV(B) 290.96º 0.95% 0.3% -
XYZ 3.63 1.78 7.17 -
YUV 30.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 66 4 77 0.14 0.95 0 0.70 290.96 0.9 0.16
Hex 42 4 4D E 5F 0 46 123 5A 10
Octal 102 4 115 16 137 0 106 443 132 20
Binary 1000010 100 1001101 1110 1011111 0 1000110 100100011 1011010 10000

Color Harmonies of #42044D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42044D

Black with #42044D

Text Example


Text Example

White with #42044D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42044D; }

 p { color: rgb(66,4,77); }

 H1.HeaderClassName
 {
   color: #42044D;
 }
 .AnyTagClassName
 {
   color: #42044D;
 }
</style>

background-color css

<style>
 a { background-color: #42044D; }

 a { background-color: rgb(66,4,77); }

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

border-color css

<style>
 span { border-color: #42044D; }

 span { border-color: rgb(66,4,77); }

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