Html Css Color HEX #450051 Blackcurrant

📋 copy color: '#450051'

red 69 ◦ green 0 ◦ blue 81

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

Shades of Blackcurrant #450051

Tints of Blackcurrant #450051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 54%

R = 46%
G = 0%
B = 54%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#450051 (or 0x450051) is known color: Blackcurrant. HEX triplet: 45, 00 and 51. RGB value is (69,0,81). Sum of RGB (Red+Green+Blue) = 69+0+81=150 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 81 (32.03% from 255 or 54% from 150); Max value from RGB is 81 - color contains mainly: blue. Hex color #450051 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #450051 is #BAFFAE. Grayscale: #1D1D1D. Windows color (decimal): -12255151 or 5308485. OLE color: 5308485.

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

Color convert

RGB 69 0 81 -
CMYK 0.15 1 0 0.68
HSL 291.11º 1% 0.16% -
HSV(B) 291.11º 1% 0.32% -
XYZ 3.94 1.86 7.94 -
YUV 29.87 156.86 155.91 -
System Red Green Blue C M Y K H S L
Decimal 69 0 81 0.15 1 0 0.68 291.11 1 0.16
Hex 45 0 51 F 64 0 44 123 64 10
Octal 105 0 121 17 144 0 104 443 144 20
Binary 1000101 0 1010001 1111 1100100 0 1000100 100100011 1100100 10000

Color Harmonies of #450051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450051

Black with #450051

Text Example


Text Example

White with #450051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450051; }

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

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

background-color css

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

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

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

border-color css

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

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

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