Html Css Color HEX #440553 Blackcurrant

📋 copy color: '#440553'

red 68 ◦ green 5 ◦ blue 83

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

Shades of Blackcurrant #440553

Tints of Blackcurrant #440553

RGB

 RED value IS 68 (26.95% from 255) = 43.59%

 GREEN value IS 5 (2.34% from 255) = 3.21%

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

R = 43.59%
G = 3.21%
B = 53.21%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#440553 (or 0x440553) is known color: Blackcurrant. HEX triplet: 44, 05 and 53. RGB value is (68,5,83). Sum of RGB (Red+Green+Blue) = 68+5+83=156 (20% of max value = 765). Red value is 68 (26.95% from 255 or 43.59% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 83 (32.81% from 255 or 53.21% from 156); Max value from RGB is 83 - color contains mainly: blue. Hex color #440553 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440553 is #BBFAAC. Grayscale: #202020. Windows color (decimal): -12319405 or 5440836. OLE color: 5440836.

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

Color convert

RGB 68 5 83 -
CMYK 0.18 0.94 0 0.67
HSL 288.46º 0.89% 0.17% -
HSV(B) 288.46º 0.94% 0.33% -
XYZ 4 1.96 8.35 -
YUV 32.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 68 5 83 0.18 0.94 0 0.67 288.46 0.89 0.17
Hex 44 5 53 12 5E 0 43 120 59 11
Octal 104 5 123 22 136 0 103 440 131 21
Binary 1000100 101 1010011 10010 1011110 0 1000011 100100000 1011001 10001

Color Harmonies of #440553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440553

Black with #440553

Text Example


Text Example

White with #440553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440553; }

 p { color: rgb(68,5,83); }

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

background-color css

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

 a { background-color: rgb(68,5,83); }

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

border-color css

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

 span { border-color: rgb(68,5,83); }

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