Html Css Color HEX #420250 Blackcurrant

📋 copy color: '#420250'

red 66 ◦ green 2 ◦ blue 80

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

Shades of Blackcurrant #420250

Tints of Blackcurrant #420250

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

 BLUE value IS 80 (31.64% from 255) = 54.05%

R = 44.59%
G = 1.35%
B = 54.05%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#420250 (or 0x420250) is known color: Blackcurrant. HEX triplet: 42, 02 and 50. RGB value is (66,2,80). Sum of RGB (Red+Green+Blue) = 66+2+80=148 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.59% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #420250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420250 is #BDFDAF. Grayscale: #1D1D1D. Windows color (decimal): -12451248 or 5243458. OLE color: 5243458.

HSL color Cylindrical-coordinate representation of color #420250: hue angle of 289.23º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #420250 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 2 80 -
CMYK 0.17 0.98 0 0.69
HSL 289.23º 0.95% 0.16% -
HSV(B) 289.23º 0.98% 0.31% -
XYZ 3.72 1.78 7.74 -
YUV 30.03 156.2 153.66 -
System Red Green Blue C M Y K H S L
Decimal 66 2 80 0.17 0.98 0 0.69 289.23 0.95 0.16
Hex 42 2 50 11 62 0 45 121 5F 10
Octal 102 2 120 21 142 0 105 441 137 20
Binary 1000010 10 1010000 10001 1100010 0 1000101 100100001 1011111 10000

Color Harmonies of #420250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420250

Black with #420250

Text Example


Text Example

White with #420250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420250; }

 p { color: rgb(66,2,80); }

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

background-color css

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

 a { background-color: rgb(66,2,80); }

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

border-color css

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

 span { border-color: rgb(66,2,80); }

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