Html Css Color HEX #42004A Blackcurrant

📋 copy color: '#42004A'

red 66 ◦ green 0 ◦ blue 74

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

Shades of Blackcurrant #42004A

Tints of Blackcurrant #42004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.14%
G = 0%
B = 52.86%

CMYK

 C value IS 0.11

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42004A (or 0x42004A) is known color: Blackcurrant. HEX triplet: 42, 00 and 4A. RGB value is (66,0,74). Sum of RGB (Red+Green+Blue) = 66+0+74=140 (18% of max value = 765). Red value is 66 (26.17% from 255 or 47.14% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 74 (29.30% from 255 or 52.86% from 140); Max value from RGB is 74 - color contains mainly: blue. Hex color #42004A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42004A is #BDFFB5. Grayscale: #1B1B1B. Windows color (decimal): -12451766 or 4849730. OLE color: 4849730.

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

Color convert

RGB 66 0 74 -
CMYK 0.11 1 0 0.71
HSL 293.51º 1% 0.15% -
HSV(B) 293.51º 1% 0.29% -
XYZ 3.48 1.65 6.61 -
YUV 28.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 66 0 74 0.11 1 0 0.71 293.51 1 0.15
Hex 42 0 4A B 64 0 47 126 64 F
Octal 102 0 112 13 144 0 107 446 144 17
Binary 1000010 0 1001010 1011 1100100 0 1000111 100100110 1100100 1111

Color Harmonies of #42004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42004A

Black with #42004A

Text Example


Text Example

White with #42004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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