Html Css Color HEX #440253 Blackcurrant

📋 copy color: '#440253'

red 68 ◦ green 2 ◦ blue 83

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

Shades of Blackcurrant #440253

Tints of Blackcurrant #440253

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.31%

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

R = 44.44%
G = 1.31%
B = 54.25%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#440253 (or 0x440253) is known color: Blackcurrant. HEX triplet: 44, 02 and 53. RGB value is (68,2,83). Sum of RGB (Red+Green+Blue) = 68+2+83=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 83 (32.81% from 255 or 54.25% from 153); Max value from RGB is 83 - color contains mainly: blue. Hex color #440253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440253 is #BBFDAC. Grayscale: #1E1E1E. Windows color (decimal): -12320173 or 5440068. OLE color: 5440068.

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

Color convert

RGB 68 2 83 -
CMYK 0.18 0.98 0 0.67
HSL 288.89º 0.95% 0.17% -
HSV(B) 288.89º 0.98% 0.33% -
XYZ 3.97 1.9 8.34 -
YUV 30.97 157.37 154.41 -
System Red Green Blue C M Y K H S L
Decimal 68 2 83 0.18 0.98 0 0.67 288.89 0.95 0.17
Hex 44 2 53 12 62 0 43 121 5F 11
Octal 104 2 123 22 142 0 103 441 137 21
Binary 1000100 10 1010011 10010 1100010 0 1000011 100100001 1011111 10001

Color Harmonies of #440253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #440253

Black with #440253

Text Example


Text Example

White with #440253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #440253; }

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

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

background-color css

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

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

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

border-color css

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

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

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