Html Css Color HEX #450253 Blackcurrant

📋 copy color: '#450253'

red 69 ◦ green 2 ◦ blue 83

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

Shades of Blackcurrant #450253

Tints of Blackcurrant #450253

RGB

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

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

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

R = 44.81%
G = 1.3%
B = 53.9%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450253 (or 0x450253) is known color: Blackcurrant. HEX triplet: 45, 02 and 53. RGB value is (69,2,83). Sum of RGB (Red+Green+Blue) = 69+2+83=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 83 (32.81% from 255 or 53.90% from 154); Max value from RGB is 83 - color contains mainly: blue. Hex color #450253 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450253 is #BAFDAC. Grayscale: #1F1F1F. Windows color (decimal): -12254637 or 5440069. OLE color: 5440069.

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

Color convert

RGB 69 2 83 -
CMYK 0.17 0.98 0 0.67
HSL 289.63º 0.95% 0.17% -
HSV(B) 289.63º 0.98% 0.33% -
XYZ 4.04 1.93 8.34 -
YUV 31.27 157.2 154.91 -
System Red Green Blue C M Y K H S L
Decimal 69 2 83 0.17 0.98 0 0.67 289.63 0.95 0.17
Hex 45 2 53 11 62 0 43 122 5F 11
Octal 105 2 123 21 142 0 103 442 137 21
Binary 1000101 10 1010011 10001 1100010 0 1000011 100100010 1011111 10001

Color Harmonies of #450253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450253

Black with #450253

Text Example


Text Example

White with #450253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450253; }

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

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

background-color css

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

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

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

border-color css

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

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

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