Html Css Color HEX #45004C Blackcurrant

📋 copy color: '#45004C'

red 69 ◦ green 0 ◦ blue 76

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

Shades of Blackcurrant #45004C

Tints of Blackcurrant #45004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 52.41%

R = 47.59%
G = 0%
B = 52.41%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#45004C (or 0x45004C) is known color: Blackcurrant. HEX triplet: 45, 00 and 4C. RGB value is (69,0,76). Sum of RGB (Red+Green+Blue) = 69+0+76=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 76 (30.08% from 255 or 52.41% from 145); Max value from RGB is 76 - color contains mainly: blue. Hex color #45004C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45004C is #BAFFB3. Grayscale: #1D1D1D. Windows color (decimal): -12255156 or 4980805. OLE color: 4980805.

HSL color Cylindrical-coordinate representation of color #45004C: hue angle of 294.47º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45004C is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 69 0 76 -
CMYK 0.09 1 0 0.70
HSL 294.47º 1% 0.15% -
HSV(B) 294.47º 1% 0.3% -
XYZ 3.76 1.79 6.98 -
YUV 29.3 154.36 156.32 -
System Red Green Blue C M Y K H S L
Decimal 69 0 76 0.09 1 0 0.70 294.47 1 0.15
Hex 45 0 4C 9 64 0 46 126 64 F
Octal 105 0 114 11 144 0 106 446 144 17
Binary 1000101 0 1001100 1001 1100100 0 1000110 100100110 1100100 1111

Color Harmonies of #45004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45004C

Black with #45004C

Text Example


Text Example

White with #45004C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45004C; }

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

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

background-color css

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

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

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

border-color css

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

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

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