Html Css Color HEX #42004C Blackcurrant

📋 copy color: '#42004C'

red 66 ◦ green 0 ◦ blue 76

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

Shades of Blackcurrant #42004C

Tints of Blackcurrant #42004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 53.52%

R = 46.48%
G = 0%
B = 53.52%

CMYK

 C value IS 0.13

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42004C (or 0x42004C) is known color: Blackcurrant. HEX triplet: 42, 00 and 4C. RGB value is (66,0,76). Sum of RGB (Red+Green+Blue) = 66+0+76=142 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.48% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 76 (30.08% from 255 or 53.52% from 142); Max value from RGB is 76 - color contains mainly: blue. Hex color #42004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42004C is #BDFFB3. Grayscale: #1C1C1C. Windows color (decimal): -12451764 or 4980802. OLE color: 4980802.

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

Color convert

RGB 66 0 76 -
CMYK 0.13 1 0 0.70
HSL 292.11º 1% 0.15% -
HSV(B) 292.11º 1% 0.3% -
XYZ 3.55 1.68 6.97 -
YUV 28.4 154.87 154.82 -
System Red Green Blue C M Y K H S L
Decimal 66 0 76 0.13 1 0 0.70 292.11 1 0.15
Hex 42 0 4C D 64 0 46 124 64 F
Octal 102 0 114 15 144 0 106 444 144 17
Binary 1000010 0 1001100 1101 1100100 0 1000110 100100100 1100100 1111

Color Harmonies of #42004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42004C

Black with #42004C

Text Example


Text Example

White with #42004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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