Html Css Color HEX #420152 Blackcurrant

📋 copy color: '#420152'

red 66 ◦ green 1 ◦ blue 82

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

Shades of Blackcurrant #420152

Tints of Blackcurrant #420152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 82 (32.42% from 255) = 55.03%

R = 44.3%
G = 0.67%
B = 55.03%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420152 (or 0x420152) is known color: Blackcurrant. HEX triplet: 42, 01 and 52. RGB value is (66,1,82). Sum of RGB (Red+Green+Blue) = 66+1+82=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 82 (32.42% from 255 or 55.03% from 149); Max value from RGB is 82 - color contains mainly: blue. Hex color #420152 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420152 is #BDFEAD. Grayscale: #1D1D1D. Windows color (decimal): -12451502 or 5374274. OLE color: 5374274.

HSL color Cylindrical-coordinate representation of color #420152: hue angle of 288.15º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420152 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 1 82 -
CMYK 0.20 0.99 0 0.68
HSL 288.15º 0.98% 0.16% -
HSV(B) 288.15º 0.99% 0.32% -
XYZ 3.78 1.79 8.13 -
YUV 29.67 157.53 153.91 -
System Red Green Blue C M Y K H S L
Decimal 66 1 82 0.20 0.99 0 0.68 288.15 0.98 0.16
Hex 42 1 52 14 63 0 44 120 62 10
Octal 102 1 122 24 143 0 104 440 142 20
Binary 1000010 1 1010010 10100 1100011 0 1000100 100100000 1100010 10000

Color Harmonies of #420152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420152

Black with #420152

Text Example


Text Example

White with #420152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420152; }

 p { color: rgb(66,1,82); }

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

background-color css

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

 a { background-color: rgb(66,1,82); }

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

border-color css

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

 span { border-color: rgb(66,1,82); }

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