Html Css Color HEX #450153 Blackcurrant

📋 copy color: '#450153'

red 69 ◦ green 1 ◦ blue 83

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

Shades of Blackcurrant #450153

Tints of Blackcurrant #450153

RGB

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

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

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

R = 45.1%
G = 0.65%
B = 54.25%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450153 (or 0x450153) is known color: Blackcurrant. HEX triplet: 45, 01 and 53. RGB value is (69,1,83). Sum of RGB (Red+Green+Blue) = 69+1+83=153 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.10% from 153); Green value is 1 (0.78% from 255 or 0.65% 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 #450153 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450153 is #BAFEAC. Grayscale: #1E1E1E. Windows color (decimal): -12254893 or 5439813. OLE color: 5439813.

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

Color convert

RGB 69 1 83 -
CMYK 0.17 0.99 0 0.67
HSL 289.76º 0.98% 0.16% -
HSV(B) 289.76º 0.99% 0.33% -
XYZ 4.03 1.91 8.34 -
YUV 30.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 69 1 83 0.17 0.99 0 0.67 289.76 0.98 0.16
Hex 45 1 53 11 63 0 43 122 62 10
Octal 105 1 123 21 143 0 103 442 142 20
Binary 1000101 1 1010011 10001 1100011 0 1000011 100100010 1100010 10000

Color Harmonies of #450153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450153

Black with #450153

Text Example


Text Example

White with #450153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450153; }

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

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

background-color css

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

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

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

border-color css

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

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

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