Html Css Color HEX #450353 Blackcurrant

📋 copy color: '#450353'

red 69 ◦ green 3 ◦ blue 83

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

Shades of Blackcurrant #450353

Tints of Blackcurrant #450353

RGB

 RED value IS 69 (27.34% from 255) = 44.52%

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

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

R = 44.52%
G = 1.94%
B = 53.55%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450353 (or 0x450353) is known color: Blackcurrant. HEX triplet: 45, 03 and 53. RGB value is (69,3,83). Sum of RGB (Red+Green+Blue) = 69+3+83=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #450353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450353 is #BAFCAC. Grayscale: #1F1F1F. Windows color (decimal): -12254381 or 5440325. OLE color: 5440325.

HSL color Cylindrical-coordinate representation of color #450353: hue angle of 289.5º 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 #450353 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 69 3 83 -
CMYK 0.17 0.96 0 0.67
HSL 289.5º 0.93% 0.17% -
HSV(B) 289.5º 0.96% 0.33% -
XYZ 4.05 1.95 8.35 -
YUV 31.85 156.87 154.5 -
System Red Green Blue C M Y K H S L
Decimal 69 3 83 0.17 0.96 0 0.67 289.5 0.93 0.17
Hex 45 3 53 11 60 0 43 122 5D 11
Octal 105 3 123 21 140 0 103 442 135 21
Binary 1000101 11 1010011 10001 1100000 0 1000011 100100010 1011101 10001

Color Harmonies of #450353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450353

Black with #450353

Text Example


Text Example

White with #450353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450353; }

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

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

background-color css

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

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

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

border-color css

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

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

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