Html Css Color HEX #400452 Blackcurrant

📋 copy color: '#400452'

red 64 ◦ green 4 ◦ blue 82

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

Shades of Blackcurrant #400452

Tints of Blackcurrant #400452

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

 BLUE value IS 82 (32.42% from 255) = 54.67%

R = 42.67%
G = 2.67%
B = 54.67%

CMYK

 C value IS 0.22

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#400452 (or 0x400452) is known color: Blackcurrant. HEX triplet: 40, 04 and 52. RGB value is (64,4,82). Sum of RGB (Red+Green+Blue) = 64+4+82=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 82 (32.42% from 255 or 54.67% from 150); Max value from RGB is 82 - color contains mainly: blue. Hex color #400452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400452 is #BFFBAD. Grayscale: #1E1E1E. Windows color (decimal): -12581806 or 5375040. OLE color: 5375040.

HSL color Cylindrical-coordinate representation of color #400452: hue angle of 286.15º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #400452 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 4 82 -
CMYK 0.22 0.95 0 0.68
HSL 286.15º 0.91% 0.17% -
HSV(B) 286.15º 0.95% 0.32% -
XYZ 3.68 1.79 8.13 -
YUV 30.83 156.88 151.66 -
System Red Green Blue C M Y K H S L
Decimal 64 4 82 0.22 0.95 0 0.68 286.15 0.91 0.17
Hex 40 4 52 16 5F 0 44 11E 5B 11
Octal 100 4 122 26 137 0 104 436 133 21
Binary 1000000 100 1010010 10110 1011111 0 1000100 100011110 1011011 10001

Color Harmonies of #400452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400452

Black with #400452

Text Example


Text Example

White with #400452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400452; }

 p { color: rgb(64,4,82); }

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

background-color css

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

 a { background-color: rgb(64,4,82); }

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

border-color css

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

 span { border-color: rgb(64,4,82); }

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