Html Css Color HEX #401250 Blackcurrant

📋 copy color: '#401250'

red 64 ◦ green 18 ◦ blue 80

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

Shades of Blackcurrant #401250

Tints of Blackcurrant #401250

RGB

 RED value IS 64 (25.39% from 255) = 39.51%

 GREEN value IS 18 (7.42% from 255) = 11.11%

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

R = 39.51%
G = 11.11%
B = 49.38%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#401250 (or 0x401250) is known color: Blackcurrant. HEX triplet: 40, 12 and 50. RGB value is (64,18,80). Sum of RGB (Red+Green+Blue) = 64+18+80=162 (21% of max value = 765). Red value is 64 (25.39% from 255 or 39.51% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 80 (31.64% from 255 or 49.38% from 162); Max value from RGB is 80 - color contains mainly: blue. Hex color #401250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401250 is #BFEDAF. Grayscale: #262626. Windows color (decimal): -12578224 or 5247552. OLE color: 5247552.

HSL color Cylindrical-coordinate representation of color #401250: hue angle of 284.52º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401250 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 18 80 -
CMYK 0.20 0.78 0 0.69
HSL 284.52º 0.63% 0.19% -
HSV(B) 284.52º 0.78% 0.31% -
XYZ 3.78 2.1 7.8 -
YUV 38.82 151.24 145.96 -
System Red Green Blue C M Y K H S L
Decimal 64 18 80 0.20 0.78 0 0.69 284.52 0.63 0.19
Hex 40 12 50 14 4E 0 45 11D 3F 13
Octal 100 22 120 24 116 0 105 435 77 23
Binary 1000000 10010 1010000 10100 1001110 0 1000101 100011101 111111 10011

Color Harmonies of #401250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #401250

Black with #401250

Text Example


Text Example

White with #401250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #401250; }

 p { color: rgb(64,18,80); }

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

background-color css

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

 a { background-color: rgb(64,18,80); }

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

border-color css

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

 span { border-color: rgb(64,18,80); }

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