Html Css Color HEX #360E50 Blackcurrant

📋 copy color: '#360E50'

red 54 ◦ green 14 ◦ blue 80

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

Shades of Blackcurrant #360E50

Tints of Blackcurrant #360E50

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.46%

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

R = 36.49%
G = 9.46%
B = 54.05%

CMYK

 C value IS 0.33

 M value IS 0.83

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#360E50 (or 0x360E50) is known color: Blackcurrant. HEX triplet: 36, 0E and 50. RGB value is (54,14,80). Sum of RGB (Red+Green+Blue) = 54+14+80=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 14 (5.86% from 255 or 9.46% from 148); Blue value is 80 (31.64% from 255 or 54.05% from 148); Max value from RGB is 80 - color contains mainly: blue. Hex color #360E50 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360E50 is #C9F1AF. Grayscale: #212121. Windows color (decimal): -13234608 or 5246518. OLE color: 5246518.

HSL color Cylindrical-coordinate representation of color #360E50: hue angle of 276.36º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #360E50 is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 14 80 -
CMYK 0.33 0.83 0 0.69
HSL 276.36º 0.7% 0.18% -
HSV(B) 276.36º 0.83% 0.31% -
XYZ 3.13 1.68 7.75 -
YUV 33.48 154.25 142.63 -
System Red Green Blue C M Y K H S L
Decimal 54 14 80 0.33 0.83 0 0.69 276.36 0.7 0.18
Hex 36 E 50 21 53 0 45 114 46 12
Octal 66 16 120 41 123 0 105 424 106 22
Binary 110110 1110 1010000 100001 1010011 0 1000101 100010100 1000110 10010

Color Harmonies of #360E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360E50

Black with #360E50

Text Example


Text Example

White with #360E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360E50; }

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

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

background-color css

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

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

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

border-color css

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

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

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