Html Css Color HEX #42024C Blackcurrant

📋 copy color: '#42024C'

red 66 ◦ green 2 ◦ blue 76

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

Shades of Blackcurrant #42024C

Tints of Blackcurrant #42024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.39%

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

R = 45.83%
G = 1.39%
B = 52.78%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42024C (or 0x42024C) is known color: Blackcurrant. HEX triplet: 42, 02 and 4C. RGB value is (66,2,76). Sum of RGB (Red+Green+Blue) = 66+2+76=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 76 (30.08% from 255 or 52.78% from 144); Max value from RGB is 76 - color contains mainly: blue. Hex color #42024C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42024C is #BDFDB3. Grayscale: #1D1D1D. Windows color (decimal): -12451252 or 4981314. OLE color: 4981314.

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

Color convert

RGB 66 2 76 -
CMYK 0.13 0.97 0 0.70
HSL 291.89º 0.95% 0.15% -
HSV(B) 291.89º 0.97% 0.3% -
XYZ 3.57 1.72 6.98 -
YUV 29.57 154.2 153.98 -
System Red Green Blue C M Y K H S L
Decimal 66 2 76 0.13 0.97 0 0.70 291.89 0.95 0.15
Hex 42 2 4C D 61 0 46 124 5F F
Octal 102 2 114 15 141 0 106 444 137 17
Binary 1000010 10 1001100 1101 1100001 0 1000110 100100100 1011111 1111

Color Harmonies of #42024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42024C

Black with #42024C

Text Example


Text Example

White with #42024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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