Html Css Color HEX #361350 Blackcurrant

📋 copy color: '#361350'

red 54 ◦ green 19 ◦ blue 80

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

Shades of Blackcurrant #361350

Tints of Blackcurrant #361350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

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

R = 35.29%
G = 12.42%
B = 52.29%

CMYK

 C value IS 0.33

 M value IS 0.76

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#361350 (or 0x361350) is known color: Blackcurrant. HEX triplet: 36, 13 and 50. RGB value is (54,19,80). Sum of RGB (Red+Green+Blue) = 54+19+80=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 80 (31.64% from 255 or 52.29% from 153); Max value from RGB is 80 - color contains mainly: blue. Hex color #361350 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361350 is #C9ECAF. Grayscale: #242424. Windows color (decimal): -13233328 or 5247798. OLE color: 5247798.

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

Color convert

RGB 54 19 80 -
CMYK 0.33 0.76 0 0.69
HSL 274.43º 0.62% 0.19% -
HSV(B) 274.43º 0.76% 0.31% -
XYZ 3.2 1.83 7.77 -
YUV 36.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 54 19 80 0.33 0.76 0 0.69 274.43 0.62 0.19
Hex 36 13 50 21 4C 0 45 112 3E 13
Octal 66 23 120 41 114 0 105 422 76 23
Binary 110110 10011 1010000 100001 1001100 0 1000101 100010010 111110 10011

Color Harmonies of #361350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361350

Black with #361350

Text Example


Text Example

White with #361350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361350; }

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

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

background-color css

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

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

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

border-color css

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

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

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