Html Css Color HEX #42034D Blackcurrant

📋 copy color: '#42034D'

red 66 ◦ green 3 ◦ blue 77

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

Shades of Blackcurrant #42034D

Tints of Blackcurrant #42034D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.05%

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

R = 45.21%
G = 2.05%
B = 52.74%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42034D (or 0x42034D) is known color: Blackcurrant. HEX triplet: 42, 03 and 4D. RGB value is (66,3,77). Sum of RGB (Red+Green+Blue) = 66+3+77=146 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.21% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #42034D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42034D is #BDFCB2. Grayscale: #1E1E1E. Windows color (decimal): -12450995 or 5047106. OLE color: 5047106.

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

Color convert

RGB 66 3 77 -
CMYK 0.14 0.96 0 0.70
HSL 291.08º 0.93% 0.16% -
HSV(B) 291.08º 0.96% 0.3% -
XYZ 3.62 1.76 7.17 -
YUV 30.27 154.37 153.48 -
System Red Green Blue C M Y K H S L
Decimal 66 3 77 0.14 0.96 0 0.70 291.08 0.93 0.16
Hex 42 3 4D E 60 0 46 123 5C 10
Octal 102 3 115 16 140 0 106 443 134 20
Binary 1000010 11 1001101 1110 1100000 0 1000110 100100011 1011100 10000

Color Harmonies of #42034D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42034D

Black with #42034D

Text Example


Text Example

White with #42034D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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