Html Css Color HEX #360950 Blackcurrant

📋 copy color: '#360950'

red 54 ◦ green 9 ◦ blue 80

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

Shades of Blackcurrant #360950

Tints of Blackcurrant #360950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.29%

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

R = 37.76%
G = 6.29%
B = 55.94%

CMYK

 C value IS 0.33

 M value IS 0.89

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#360950 (or 0x360950) is known color: Blackcurrant. HEX triplet: 36, 09 and 50. RGB value is (54,9,80). Sum of RGB (Red+Green+Blue) = 54+9+80=143 (18% of max value = 765). Red value is 54 (21.48% from 255 or 37.76% from 143); Green value is 9 (3.91% from 255 or 6.29% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #360950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360950 is #C9F6AF. Grayscale: #1E1E1E. Windows color (decimal): -13235888 or 5245238. OLE color: 5245238.

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

Color convert

RGB 54 9 80 -
CMYK 0.33 0.89 0 0.69
HSL 278.03º 0.8% 0.17% -
HSV(B) 278.03º 0.89% 0.31% -
XYZ 3.07 1.56 7.73 -
YUV 30.55 155.91 144.73 -
System Red Green Blue C M Y K H S L
Decimal 54 9 80 0.33 0.89 0 0.69 278.03 0.8 0.17
Hex 36 9 50 21 59 0 45 116 50 11
Octal 66 11 120 41 131 0 105 426 120 21
Binary 110110 1001 1010000 100001 1011001 0 1000101 100010110 1010000 10001

Color Harmonies of #360950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360950

Black with #360950

Text Example


Text Example

White with #360950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360950; }

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

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

background-color css

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

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

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

border-color css

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

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

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