Html Css Color HEX #420353 Blackcurrant

📋 copy color: '#420353'

red 66 ◦ green 3 ◦ blue 83

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

Shades of Blackcurrant #420353

Tints of Blackcurrant #420353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.97%

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

R = 43.42%
G = 1.97%
B = 54.61%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#420353 (or 0x420353) is known color: Blackcurrant. HEX triplet: 42, 03 and 53. RGB value is (66,3,83). Sum of RGB (Red+Green+Blue) = 66+3+83=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #420353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420353 is #BDFCAC. Grayscale: #1E1E1E. Windows color (decimal): -12450989 or 5440322. OLE color: 5440322.

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

Color convert

RGB 66 3 83 -
CMYK 0.20 0.96 0 0.67
HSL 287.25º 0.93% 0.17% -
HSV(B) 287.25º 0.96% 0.33% -
XYZ 3.84 1.85 8.34 -
YUV 30.96 157.37 153 -
System Red Green Blue C M Y K H S L
Decimal 66 3 83 0.20 0.96 0 0.67 287.25 0.93 0.17
Hex 42 3 53 14 60 0 43 11F 5D 11
Octal 102 3 123 24 140 0 103 437 135 21
Binary 1000010 11 1010011 10100 1100000 0 1000011 100011111 1011101 10001

Color Harmonies of #420353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420353

Black with #420353

Text Example


Text Example

White with #420353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420353; }

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

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

background-color css

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

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

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

border-color css

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

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

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