Html Css Color HEX #420953 Blackcurrant

📋 copy color: '#420953'

red 66 ◦ green 9 ◦ blue 83

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

Shades of Blackcurrant #420953

Tints of Blackcurrant #420953

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

 BLUE value IS 83 (32.81% from 255) = 52.53%

R = 41.77%
G = 5.7%
B = 52.53%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#420953 (or 0x420953) is known color: Blackcurrant. HEX triplet: 42, 09 and 53. RGB value is (66,9,83). Sum of RGB (Red+Green+Blue) = 66+9+83=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 83 (32.81% from 255 or 52.53% from 158); Max value from RGB is 83 - color contains mainly: blue. Hex color #420953 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420953 is #BDF6AC. Grayscale: #222222. Windows color (decimal): -12449453 or 5441858. OLE color: 5441858.

HSL color Cylindrical-coordinate representation of color #420953: hue angle of 286.22º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420953 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 9 83 -
CMYK 0.20 0.89 0 0.67
HSL 286.22º 0.8% 0.18% -
HSV(B) 286.22º 0.89% 0.33% -
XYZ 3.91 1.98 8.36 -
YUV 34.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 66 9 83 0.20 0.89 0 0.67 286.22 0.8 0.18
Hex 42 9 53 14 59 0 43 11E 50 12
Octal 102 11 123 24 131 0 103 436 120 22
Binary 1000010 1001 1010011 10100 1011001 0 1000011 100011110 1010000 10010

Color Harmonies of #420953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420953

Black with #420953

Text Example


Text Example

White with #420953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420953; }

 p { color: rgb(66,9,83); }

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

background-color css

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

 a { background-color: rgb(66,9,83); }

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

border-color css

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

 span { border-color: rgb(66,9,83); }

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