Html Css Color HEX #450053 Blackcurrant

📋 copy color: '#450053'

red 69 ◦ green 0 ◦ blue 83

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

Shades of Blackcurrant #450053

Tints of Blackcurrant #450053

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.39%
G = 0%
B = 54.61%

CMYK

 C value IS 0.17

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#450053 (or 0x450053) is known color: Blackcurrant. HEX triplet: 45, 00 and 53. RGB value is (69,0,83). Sum of RGB (Red+Green+Blue) = 69+0+83=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 0 (0.39% from 255 or 0% 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 #450053 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450053 is #BAFFAC. Grayscale: #1D1D1D. Windows color (decimal): -12255149 or 5439557. OLE color: 5439557.

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

Color convert

RGB 69 0 83 -
CMYK 0.17 1 0 0.67
HSL 289.88º 1% 0.16% -
HSV(B) 289.88º 1% 0.33% -
XYZ 4.02 1.89 8.34 -
YUV 30.09 157.86 155.75 -
System Red Green Blue C M Y K H S L
Decimal 69 0 83 0.17 1 0 0.67 289.88 1 0.16
Hex 45 0 53 11 64 0 43 122 64 10
Octal 105 0 123 21 144 0 103 442 144 20
Binary 1000101 0 1010011 10001 1100100 0 1000011 100100010 1100100 10000

Color Harmonies of #450053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450053

Black with #450053

Text Example


Text Example

White with #450053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450053; }

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

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

background-color css

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

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

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

border-color css

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

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

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