Html Css Color HEX #440352 Blackcurrant

📋 copy color: '#440352'

red 68 ◦ green 3 ◦ blue 82

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

Shades of Blackcurrant #440352

Tints of Blackcurrant #440352

RGB

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

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

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

R = 44.44%
G = 1.96%
B = 53.59%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#440352 (or 0x440352) is known color: Blackcurrant. HEX triplet: 44, 03 and 52. RGB value is (68,3,82). Sum of RGB (Red+Green+Blue) = 68+3+82=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 82 (32.42% from 255 or 53.59% from 153); Max value from RGB is 82 - color contains mainly: blue. Hex color #440352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440352 is #BBFCAD. Grayscale: #1F1F1F. Windows color (decimal): -12319918 or 5374788. OLE color: 5374788.

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

Color convert

RGB 68 3 82 -
CMYK 0.17 0.96 0 0.68
HSL 289.37º 0.93% 0.17% -
HSV(B) 289.37º 0.96% 0.32% -
XYZ 3.94 1.9 8.14 -
YUV 31.44 156.53 154.08 -
System Red Green Blue C M Y K H S L
Decimal 68 3 82 0.17 0.96 0 0.68 289.37 0.93 0.17
Hex 44 3 52 11 60 0 44 121 5D 11
Octal 104 3 122 21 140 0 104 441 135 21
Binary 1000100 11 1010010 10001 1100000 0 1000100 100100001 1011101 10001

Color Harmonies of #440352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440352

Black with #440352

Text Example


Text Example

White with #440352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440352; }

 p { color: rgb(68,3,82); }

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

background-color css

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

 a { background-color: rgb(68,3,82); }

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

border-color css

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

 span { border-color: rgb(68,3,82); }

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