Html Css Color HEX #400353 Blackcurrant

📋 copy color: '#400353'

red 64 ◦ green 3 ◦ blue 83

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

Shades of Blackcurrant #400353

Tints of Blackcurrant #400353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

 BLUE value IS 83 (32.81% from 255) = 55.33%

R = 42.67%
G = 2%
B = 55.33%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#400353 (or 0x400353) is known color: Blackcurrant. HEX triplet: 40, 03 and 53. RGB value is (64,3,83). Sum of RGB (Red+Green+Blue) = 64+3+83=150 (19% of max value = 765). Red value is 64 (25.39% from 255 or 42.67% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 83 (32.81% from 255 or 55.33% from 150); Max value from RGB is 83 - color contains mainly: blue. Hex color #400353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400353 is #BFFCAC. Grayscale: #1E1E1E. Windows color (decimal): -12582061 or 5440320. OLE color: 5440320.

HSL color Cylindrical-coordinate representation of color #400353: hue angle of 285.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400353 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 3 83 -
CMYK 0.23 0.96 0 0.67
HSL 285.75º 0.93% 0.17% -
HSV(B) 285.75º 0.96% 0.33% -
XYZ 3.71 1.78 8.33 -
YUV 30.36 157.71 152 -
System Red Green Blue C M Y K H S L
Decimal 64 3 83 0.23 0.96 0 0.67 285.75 0.93 0.17
Hex 40 3 53 17 60 0 43 11E 5D 11
Octal 100 3 123 27 140 0 103 436 135 21
Binary 1000000 11 1010011 10111 1100000 0 1000011 100011110 1011101 10001

Color Harmonies of #400353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #400353

Black with #400353

Text Example


Text Example

White with #400353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #400353; }

 p { color: rgb(64,3,83); }

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

background-color css

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

 a { background-color: rgb(64,3,83); }

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

border-color css

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

 span { border-color: rgb(64,3,83); }

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