Html Css Color HEX #420651 Blackcurrant

📋 copy color: '#420651'

red 66 ◦ green 6 ◦ blue 81

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

Shades of Blackcurrant #420651

Tints of Blackcurrant #420651

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.92%

 BLUE value IS 81 (32.03% from 255) = 52.94%

R = 43.14%
G = 3.92%
B = 52.94%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#420651 (or 0x420651) is known color: Blackcurrant. HEX triplet: 42, 06 and 51. RGB value is (66,6,81). Sum of RGB (Red+Green+Blue) = 66+6+81=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #420651 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420651 is #BDF9AE. Grayscale: #202020. Windows color (decimal): -12450223 or 5310018. OLE color: 5310018.

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

Color convert

RGB 66 6 81 -
CMYK 0.19 0.93 0 0.68
HSL 288º 0.86% 0.17% -
HSV(B) 288º 0.93% 0.32% -
XYZ 3.8 1.88 7.95 -
YUV 32.49 155.38 151.9 -
System Red Green Blue C M Y K H S L
Decimal 66 6 81 0.19 0.93 0 0.68 288 0.86 0.17
Hex 42 6 51 13 5D 0 44 120 56 11
Octal 102 6 121 23 135 0 104 440 126 21
Binary 1000010 110 1010001 10011 1011101 0 1000100 100100000 1010110 10001

Color Harmonies of #420651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420651

Black with #420651

Text Example


Text Example

White with #420651

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420651; }

 p { color: rgb(66,6,81); }

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

background-color css

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

 a { background-color: rgb(66,6,81); }

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

border-color css

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

 span { border-color: rgb(66,6,81); }

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