Html Css Color HEX #42024F Blackcurrant

📋 copy color: '#42024F'

red 66 ◦ green 2 ◦ blue 79

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

Shades of Blackcurrant #42024F

Tints of Blackcurrant #42024F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 53.74%

R = 44.9%
G = 1.36%
B = 53.74%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42024F (or 0x42024F) is known color: Blackcurrant. HEX triplet: 42, 02 and 4F. RGB value is (66,2,79). Sum of RGB (Red+Green+Blue) = 66+2+79=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 79 (31.25% from 255 or 53.74% from 147); Max value from RGB is 79 - color contains mainly: blue. Hex color #42024F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42024F is #BDFDB0. Grayscale: #1D1D1D. Windows color (decimal): -12451249 or 5177922. OLE color: 5177922.

HSL color Cylindrical-coordinate representation of color #42024F: hue angle of 289.87º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42024F is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 2 79 -
CMYK 0.16 0.97 0 0.69
HSL 289.87º 0.95% 0.16% -
HSV(B) 289.87º 0.97% 0.31% -
XYZ 3.68 1.77 7.54 -
YUV 29.91 155.7 153.74 -
System Red Green Blue C M Y K H S L
Decimal 66 2 79 0.16 0.97 0 0.69 289.87 0.95 0.16
Hex 42 2 4F 10 61 0 45 122 5F 10
Octal 102 2 117 20 141 0 105 442 137 20
Binary 1000010 10 1001111 10000 1100001 0 1000101 100100010 1011111 10000

Color Harmonies of #42024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42024F

Black with #42024F

Text Example


Text Example

White with #42024F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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