Html Css Color HEX #420452 Blackcurrant

📋 copy color: '#420452'

red 66 ◦ green 4 ◦ blue 82

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

Shades of Blackcurrant #420452

Tints of Blackcurrant #420452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.63%

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

R = 43.42%
G = 2.63%
B = 53.95%

CMYK

 C value IS 0.20

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420452 (or 0x420452) is known color: Blackcurrant. HEX triplet: 42, 04 and 52. RGB value is (66,4,82). Sum of RGB (Red+Green+Blue) = 66+4+82=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 4 (1.95% from 255 or 2.63% from 152); Blue value is 82 (32.42% from 255 or 53.95% from 152); Max value from RGB is 82 - color contains mainly: blue. Hex color #420452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420452 is #BDFBAD. Grayscale: #1F1F1F. Windows color (decimal): -12450734 or 5375042. OLE color: 5375042.

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

Color convert

RGB 66 4 82 -
CMYK 0.20 0.95 0 0.68
HSL 287.69º 0.91% 0.17% -
HSV(B) 287.69º 0.95% 0.32% -
XYZ 3.81 1.85 8.14 -
YUV 31.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 66 4 82 0.20 0.95 0 0.68 287.69 0.91 0.17
Hex 42 4 52 14 5F 0 44 120 5B 11
Octal 102 4 122 24 137 0 104 440 133 21
Binary 1000010 100 1010010 10100 1011111 0 1000100 100100000 1011011 10001

Color Harmonies of #420452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420452

Black with #420452

Text Example


Text Example

White with #420452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420452; }

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

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

background-color css

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

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

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

border-color css

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

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

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