Html Css Color HEX #361450 Blackcurrant

📋 copy color: '#361450'

red 54 ◦ green 20 ◦ blue 80

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

Shades of Blackcurrant #361450

Tints of Blackcurrant #361450

RGB

 RED value IS 54 (21.48% from 255) = 35.06%

 GREEN value IS 20 (8.2% from 255) = 12.99%

 BLUE value IS 80 (31.64% from 255) = 51.95%

R = 35.06%
G = 12.99%
B = 51.95%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#361450 (or 0x361450) is known color: Blackcurrant. HEX triplet: 36, 14 and 50. RGB value is (54,20,80). Sum of RGB (Red+Green+Blue) = 54+20+80=154 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.06% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #361450 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361450 is #C9EBAF. Grayscale: #242424. Windows color (decimal): -13233072 or 5248054. OLE color: 5248054.

HSL color Cylindrical-coordinate representation of color #361450: hue angle of 274º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #361450 is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 20 80 -
CMYK 0.33 0.75 0 0.69
HSL 274º 0.6% 0.2% -
HSV(B) 274º 0.75% 0.31% -
XYZ 3.22 1.86 7.78 -
YUV 37.01 152.26 140.12 -
System Red Green Blue C M Y K H S L
Decimal 54 20 80 0.33 0.75 0 0.69 274 0.6 0.2
Hex 36 14 50 21 4B 0 45 112 3C 14
Octal 66 24 120 41 113 0 105 422 74 24
Binary 110110 10100 1010000 100001 1001011 0 1000101 100010010 111100 10100

Color Harmonies of #361450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361450

Black with #361450

Text Example


Text Example

White with #361450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361450; }

 p { color: rgb(54,20,80); }

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

background-color css

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

 a { background-color: rgb(54,20,80); }

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

border-color css

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

 span { border-color: rgb(54,20,80); }

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