Html Css Color HEX #420249 Blackcurrant

📋 copy color: '#420249'

red 66 ◦ green 2 ◦ blue 73

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

Shades of Blackcurrant #420249

Tints of Blackcurrant #420249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 51.77%

R = 46.81%
G = 1.42%
B = 51.77%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#420249 (or 0x420249) is known color: Blackcurrant. HEX triplet: 42, 02 and 49. RGB value is (66,2,73). Sum of RGB (Red+Green+Blue) = 66+2+73=141 (18% of max value = 765). Red value is 66 (26.17% from 255 or 46.81% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #420249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420249 is #BDFDB6. Grayscale: #1D1D1D. Windows color (decimal): -12451255 or 4784706. OLE color: 4784706.

HSL color Cylindrical-coordinate representation of color #420249: hue angle of 294.08º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #420249 is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 2 73 -
CMYK 0.10 0.97 0 0.71
HSL 294.08º 0.95% 0.15% -
HSV(B) 294.08º 0.97% 0.29% -
XYZ 3.47 1.68 6.45 -
YUV 29.23 152.7 154.23 -
System Red Green Blue C M Y K H S L
Decimal 66 2 73 0.10 0.97 0 0.71 294.08 0.95 0.15
Hex 42 2 49 A 61 0 47 126 5F F
Octal 102 2 111 12 141 0 107 446 137 17
Binary 1000010 10 1001001 1010 1100001 0 1000111 100100110 1011111 1111

Color Harmonies of #420249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420249

Black with #420249

Text Example


Text Example

White with #420249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420249; }

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

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

background-color css

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

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

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

border-color css

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

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

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