Html Css Color HEX #400250 Blackcurrant

📋 copy color: '#400250'

red 64 ◦ green 2 ◦ blue 80

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

Shades of Blackcurrant #400250

Tints of Blackcurrant #400250

RGB

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

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

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

R = 43.84%
G = 1.37%
B = 54.79%

CMYK

 C value IS 0.20

 M value IS 0.98

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#400250 (or 0x400250) is known color: Blackcurrant. HEX triplet: 40, 02 and 50. RGB value is (64,2,80). Sum of RGB (Red+Green+Blue) = 64+2+80=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 80 (31.64% from 255 or 54.79% from 146); Max value from RGB is 80 - color contains mainly: blue. Hex color #400250 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400250 is #BFFDAF. Grayscale: #1D1D1D. Windows color (decimal): -12582320 or 5243456. OLE color: 5243456.

HSL color Cylindrical-coordinate representation of color #400250: hue angle of 287.69º 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 #400250 is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 2 80 -
CMYK 0.20 0.98 0 0.69
HSL 287.69º 0.95% 0.16% -
HSV(B) 287.69º 0.98% 0.31% -
XYZ 3.58 1.71 7.73 -
YUV 29.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 64 2 80 0.20 0.98 0 0.69 287.69 0.95 0.16
Hex 40 2 50 14 62 0 45 120 5F 10
Octal 100 2 120 24 142 0 105 440 137 20
Binary 1000000 10 1010000 10100 1100010 0 1000101 100100000 1011111 10000

Color Harmonies of #400250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400250

Black with #400250

Text Example


Text Example

White with #400250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400250; }

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

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

background-color css

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

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

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

border-color css

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

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

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