Html Css Color HEX #440153 Blackcurrant

📋 copy color: '#440153'

red 68 ◦ green 1 ◦ blue 83

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

Shades of Blackcurrant #440153

Tints of Blackcurrant #440153

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 44.74%
G = 0.66%
B = 54.61%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#440153 (or 0x440153) is known color: Blackcurrant. HEX triplet: 44, 01 and 53. RGB value is (68,1,83). Sum of RGB (Red+Green+Blue) = 68+1+83=152 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.74% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 83 (32.81% from 255 or 54.61% from 152); Max value from RGB is 83 - color contains mainly: blue. Hex color #440153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440153 is #BBFEAC. Grayscale: #1E1E1E. Windows color (decimal): -12320429 or 5439812. OLE color: 5439812.

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

Color convert

RGB 68 1 83 -
CMYK 0.18 0.99 0 0.67
HSL 289.02º 0.98% 0.16% -
HSV(B) 289.02º 0.99% 0.33% -
XYZ 3.96 1.88 8.34 -
YUV 30.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 68 1 83 0.18 0.99 0 0.67 289.02 0.98 0.16
Hex 44 1 53 12 63 0 43 121 62 10
Octal 104 1 123 22 143 0 103 441 142 20
Binary 1000100 1 1010011 10010 1100011 0 1000011 100100001 1100010 10000

Color Harmonies of #440153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440153

Black with #440153

Text Example


Text Example

White with #440153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440153; }

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

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

background-color css

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

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

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

border-color css

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

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

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